-
Notifications
You must be signed in to change notification settings - Fork 0
Debugging Code
Throughout the wiki I hinted at how to debug the code and to make adding to the project very easy, but there is nothing said explicitly. So this is what the page is for!
First thing is first the system has a built in debugging system, and you might wonder what that is? Well its system that prints out statements in which methods that system is going through. This system can be turned on by executing the system like: ./Thurs debug=on or when you are in the system you can just use the debug command. For the last resort you can turn on this system by setting the boolean value to true in the Thursday constructor.
I have also used better variable names that help describe what they do and also there are the comments in each method. Then there are these wiki's that hope to solve anyone of the problems that you can potentially run into.