ntut-open-source-club / practical-tools-for-simple-design

A Game Framework
https://ntut-open-source-club.github.io/practical-tools-for-simple-design/
MIT License
17 stars 21 forks source link

Module init/quit sections for easy management (or testing)? #13

Closed ntut-rick closed 1 year ago

ntut-rick commented 1 year ago

Is it a good idea to module init/quit sections for easy management (or testing) ?

_Originally posted by @ntut-rick in https://github.com/ntut-open-source-club/practical-tools-for-simple-design/pull/9#discussion_r1209784817_

NOOBDY commented 1 year ago

because everything is needed in the final executable so separating it is not necessary also context probably doesn't need testing because it's only calling 3rd party APIs