General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Jean Cassel
Continuous Delivery
comments
Comments by "Jean Cassel" (@michesbianan) on "If Your Code Looks Like This... You're A GOOD Programmer" video.
To achieve good code, design document highlighting business rules and decisions is of equal importance. This is very useful for live applications that is in the 10-15 year lifecycle. Engineers come and go, without this document, any code is suspect, and let's be honest, everyone always has an idea to make it better, often leading to waste of resources trying to test and understand. We are not talking about simple expressions here, but business objects and their behaviors. Ofcourse, this document is worthless if it can't be easily found. Project management + SCM + KB glue is also important to reach this.
3