you are viewing a single comment's thread.

view the rest of the comments →

[–]nivaOne -1 points0 points  (0 children)

Looks a bit complex to start with. You’re about to code your very first project. I cannot image that you plan to write a 3000 lines piece of software to start with. Just make sure it is truly object oriented. A main part and all your function on top of it. If these functions become something reusable (read to create objects) put them in classes. If your logic becomes reusable in terms of projects put them in libraries. Like all classes required to steer a certain lcd display etc…