Content deleted Content added
GhostmanJohn (talk | contribs) |
GhostmanJohn (talk | contribs) |
||
Line 395:
=== Debugging the code and correcting errors ===
Programmers tend to write the complete code and then begin debugging and checking for errors. Though this approach can save time in smaller projects, bigger and more complex ones tend to
have too many variables and functions that need attention. Therefore, it is good to debug every module once you are done and not the entire program. This saves time in the long run so that one does not end up wasting a lot of time on figuring out what is wrong. [[Unit test]]s for individual modules
=== Deployment ===
|