Skip to main content

3+ prompt for Every Developer

optimization
check for optimizations.optimization can be reduction of code.It can be like converting code more organised by rearranging thing so code is mainatable and revent peaces of code is at one place itself. you can use oops style too.
implement changes without introducing or inventing new bugs
Development
plan the pieces in the code.keep them together.test every piece with robust test before integrating them together .here pieces can be functions.

Comments