Timeline for How would you know if you've written readable and easily maintainable code?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 21, 2015 at 0:48 | comment | added | gnat | this seems to merely repeat what was stated in top answer | |
| Jan 21, 2015 at 10:44 | comment | added | user1703394 | Assuming the peer programmer is at least equally experienced and read into the programming language and its idioms. All to often techniques like these can lead to people writing code in a subset of the expressiveness of the language in a misguided attempt to make int understandable to even the most junior team member. The result being a larger body of code in a dumbed down subset of the language. And no matter how much you dumb down the language subset, 500KLOC of small language subset code will always be more work to maintain than 200KLOC code that uses a more expressive subset. | |
| S Apr 18, 2012 at 12:59 | history | answered | JohnFx | CC BY-SA 3.0 | |
| S Apr 18, 2012 at 12:59 | history | made wiki | Post Made Community Wiki by JohnFx |