Timeline for Python productivity VS Java Productivity
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 8, 2013 at 11:54 | comment | added | Daniel Baktiar | I use both, and I like both. I fully agree with you. | |
| Dec 8, 2012 at 4:27 | comment | added | bunglestink | +1, fully agree. I love using Python and similar languages on smaller projects where I can wrap my head around their entire scope without much trouble. The problem comes in larger projects where you have to infer interfaces between components. This, combined with weaker refactoring support makes me less confident in producing large, stable, maintainable systems. Lots of tests have to be written and maintained, just to make up for the lack of static analysis that the compiler performs. When it gets to this point, the benefit of the quick initial iteration is lost in mainenance. | |
| Dec 26, 2011 at 12:50 | history | answered | Giorgio | CC BY-SA 3.0 |