IvanVeloz / ndsntp

NTP client for the Nintendo DS
MIT License
4 stars 0 forks source link

Break up the main() function into smaller functions #8

Closed IvanVeloz closed 2 months ago

IvanVeloz commented 3 months ago

The main function is getting a little complicated, specially with all the coreSNTP data structures. We should break this up into smaller functions so that the program's logic is more readable.

Do not implement a complicated user interface, in fact keep the same simple ("press A to sync again") logic.

IvanVeloz commented 2 months ago

Done in issue10 commit c5aff95d28789645954f9b6bc3c3ea916932c9d1.