Prevent the unexpected !

Haythem Zribi
2 min readFeb 25, 2021

Planning for everything is good way to get the perfect result specially in coding . In coding it’s not about keep coding to be perfect but it’s about planning for think event with the simple Toy problem not even with a big project . There are 4 major point you need to know them :

Think before coding : think about the problem that need to solve .You will know your project more and after you get the pic picture start breaking it down cause that will help you avoid complexity . When you work with small pieces even when you face a problem you will get that is not overwhelming.

Saving you time : when you plan for thinks it will save you time in doing them .

Delivering clean code : cause you gonna comment each and every line and that’s the deference between Senior developer and junior developer .

Help with complex problems : Planning ahead means breaking down your project to small steps . Usually , complex problems are combination of small problems and dealing with one at a time it will be hard …

Finally , adding to the time management you will find your self doing more than you expect from your self . Be professional …

--

--