-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Pranav edited this page Aug 11, 2023
·
15 revisions
Before developing make sure you know how to use the app by reading the user guide first. It will make coding much easier. This guide will try to teach you about how the tool’s code works. It is a shi- boatload* of information, so don’t worry if you can’t understand it in one o, the best way to understand how it works is to try developing it first. A couple of pointers:
- At the time of writing this handover document, the code is quite disorganized and it isn’t clear what every function does as there aren’t comments for everything.
- As you work on the tool, always make sure that what you’ve written will make sense to other developers. This means writing docstrings/comments, and naming things properly. Most importantly, DO NOT use global variables.