The automatic-programming tag has no wiki summary.
3
votes
3answers
504 views
Are there any C/C++ IDEs that automate the creation of prototypes and functions?
An example of this type of feature would be to right-click block of text and select a "make function" option, which would create the function and also create a prototype.
I'm fixing up a lot of ...
71
votes
22answers
29k views
Automatic programming: write code that writes code [closed]
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 ...
7
votes
1answer
173 views
Have there been attempts to make object containers that search for valid programs by auto wiring compatible components?
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 ...
3
votes
5answers
951 views
Are ASP.NET MVC automated code good enough to be used in real live applications
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 ...