XRobots / openDog

CAD and code for each episode of my open source dog series
GNU General Public License v3.0
825 stars 189 forks source link

Object Oriented Programming #22

Open pmaasz opened 4 years ago

pmaasz commented 4 years ago

Hello James, you write awesome functional code but have you ever considered to go further into oop? Maybe you discussed it in one of your episodes but I was just wondering why. Also you write a lot of different robot related bits of software that share a few key features. You could also consider writing your own framework related to your projects to save some work. A benefit would be while improving code for a project you improve code for other robots simultanously.

XRobots commented 4 years ago

Yes I may do - there's not a lot that actually work well at the moment though - and a lot of dirty hacks!

pmaasz commented 4 years ago

yes but merging everything together can sometimes give a new perspective and problems deemed unsolvable suddenly become trivial. I don't want to push you towards something you don't want to do though :D.