Skip to main content

Questions tagged [automatic-programming]

-2 votes
2 answers
2k views

If I wanted to turn a Java game into Lua, how could I do it? I'm thinking that you could have a program read the assembly language behind two programming languages, find the patterns, attach them to ...
Zachary Johnson's user avatar
62 votes
12 answers
19k views

Automatic documentation generation can be done with a variety of tools, GhostDoc being one of the more prominent. However, by definition, everything it generates is redundant. It takes a look at ...
Jez's user avatar
  • 1,318
4 votes
1 answer
244 views

I hope this post isn't too "Fringe" - I'm sure someone will just kill it if it is :) Three things made me want to reach out about this now: Decoupling is so in the forefront of design. TDD inspires ...
Aaron Anodide's user avatar
3 votes
5 answers
3k views

I have been trying to get my hands dirty with ASP.NET MVC which looks pretty good (I am not certain, but some users say that even StackOverflow and other StackExchange websites made use of it). The ...
Pankaj Upadhyay's user avatar
112 votes
22 answers
134k views

After reading the book The Pragmatic Programmer, one of the arguments I found most interesting was "write code that writes code". I tried searching over the net for some more explanations or articles ...