DEV Community

Discussion on: Practical Coding Patterns For Boss Developers #1: Special Case

Collapse
 
qcgm1978 profile image
Youth

I think trade-off is a great word to describe the conditions. We should delay the detection on the beginning of development phases and expect it crash as soon as possible. And complete the program to satisfy the code logic and business logic step by step. At last we should consider to set up the closed cycle in fixing bugs phase.

So I think we should change our thinking paradigms in different development phases.