Do you really want to know my own opinion of the school. I'll give it anyway 
School is the place where you learn 'how to learn'
Real life is the place where you really learn.
The only thing you can do in your spare time, is to use a working code and try to shrink it as much as you can. Use IF THEN instead of WHILE, and so on.
You'll be surprise how code you can save by removing few of pre-built funstion like SERIN, SERIN2, HSERIN, ADCIN, HPWM, BUTTON, SOUND, PULSOUT to name only those and build your own.
Same things apply when using maths, bitwise op, and , and, and. Amazing how codespace you can save when you play with them.
As i already said, when i have spare time, i like to play with my previous code and shrink them. In some case you don't just save codespace, you can also increase the speed of too.
School will NEVER teach you the right method. They will just tell you how things work or have to work by using the method of a single person (the teacher). Thereafter you have to work and find your own method, the ultimate one. But is there a Ultimate method... NO! There's just better than other... OR MUCH better than other
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks