Currently the main.c is handling all the log and print. There are several ways to do it better. Consider to: - [ ] Search options for log library. Probably there are many very pretty and light. - [ ] Create a wrap with our configuration that logs to stdout. - [ ] Create a flag to enable / disable logs. - [ ] Create an option to log to a file.
Currently the main.c is handling all the log and print. There are several ways to do it better. Consider to: