Monday 29 July 2019

avoiding run time problems

HI Guys,I was just wondering how you all make sure that after you refactor some code, how do you make sure that you do not run into runtime errors?A resolution of your variable or function that is not going to happen in the run time is quite destructive ( in some context). Obviously, testing your code thoroughly is the best way but I was just wondering if there was a complier (not exactly obviously) but something similar that tells you "dude you forgot to declare your variable".

Submitted July 29, 2019 at 02:21PM by kjroger94

No comments:

Post a Comment