ev3dev / ev3dev-lang

(deprecated) language bindings for ev3dev sensors, motors, LEDs, etc.
GNU General Public License v2.0
56 stars 39 forks source link

Clean up autogen script #117

Open WasabiFan opened 8 years ago

WasabiFan commented 8 years ago

The autogen script has grown to a difficult-to-maintain size as we have added new features and fixed hacky implementations. If we get a chance, I'd like to make the following changes:

rhempel commented 8 years ago

It's always fun to go back to code you wrote 6 months ago and not be able to figure out what it's doing, never mind how it's doing it. If you're writing idiomatic code, the how is often pretty clear - it's the big picture docs that get difficult to manage.

There's a magic zone between 100 and 1000 lines of code where it's hard to get the balance of docs right.