zlacker

[parent] [thread] 1 comments
1. fiber+(OP)[view] [source] 2015-03-25 22:27:21
The most important point the author is missing is code readability - being forced to write opinionated code is one thing. Having a chance to read somebody elses code (or your own code 3 months later) and avoiding eternal debate on code formatting is priceless. Programming is not about being able to outsmart others, in particular not in a large-scale project.
replies(1): >>sheepm+C1
2. sheepm+C1[view] [source] 2015-03-25 22:44:43
>>fiber+(OP)
...every large scale project I've worked on has had a set coding standard and supplied auto-format tools either as IDE plugins or as part of the checkin procedure to make it easy to adhere to the standard.
[go to top]