Are you a developer interested in the in the most correct, elegant and exquisite project??? Then try test driven development. I woke up earlier than usual cause today, the workload was huge. Can i call it hectic? oh yeah, hectic it it. i quickly take a brief shower and rushed to my usual programming corner.
Having had previewed my today’s work, i start almost immediately.everything went well until i tried to compile that code then the whole window was full of bugs. “module not found, missing token “ those thing that a developer hate seeing. ok i accept. we have to have errors at times to learn.. i fix them the try yo upload my files.
i stack into the chatting platform to see what everybody else was doing. the i realized something was missing from my project. i quickly exit and get down to work. Unit testing. this allows you to test your program’s functionality every time you do i section. Why unit testing??/ this will help minimize bugs and flaws in your project.
Here you create a separate file called testing or any other name then you try to implement the functionality of you code.