Which language and platform features really boosted your coding speed?

Posted by Serge on Programmers See other posts from Programmers or by Serge
Published on 2012-03-31T23:38:21Z Indexed on 2012/03/31 23:41 UTC
Read the original article Hit count: 274

The question is about delivering working code faster without any regard for design, quality, maintainability, etc.

Here is the list of things that help me to write and read code faster:

  • Language: static typing, support for object-oriented and functional programming styles, embedded documentation, short compile-debug-fix cycle or REPL, automatic memory management

  • Platform: "batteries" included (text, regex, IO, threading, networking), thriving community, tons of open-source libs

  • Tools: IDE, visual debugger, code-completion, code navigation, refactoring

© Programmers or respective owner

Related posts about programming-languages

Related posts about Productivity