04 Apr 12, 10:02PM
@undead
have you ever developed in old software ? i had to make some changes in software from year 2000 (VB6). And i was scary as shit over toilet not to generate hidden bugs. You have probably no idea what it is to work with old code and so crappy commented as in AC. I admire dev's invested time and no fear from hidden bugs. i use one rule: don't touch to working code and filter such requests in analyze. It easy to add function but not to modify existing. I don't see unit tests and so on, it is difficult to test even these stupid 5 lines.
have you ever developed in old software ? i had to make some changes in software from year 2000 (VB6). And i was scary as shit over toilet not to generate hidden bugs. You have probably no idea what it is to work with old code and so crappy commented as in AC. I admire dev's invested time and no fear from hidden bugs. i use one rule: don't touch to working code and filter such requests in analyze. It easy to add function but not to modify existing. I don't see unit tests and so on, it is difficult to test even these stupid 5 lines.