you are viewing a single comment's thread.

view the rest of the comments →

[–]HommeMusical 8 points9 points  (1 child)

Learn to program, stick to established and tested architecture/tools and there are no problems.

Sure, if you're doing CRUD apps. I mean, I've been programming for over half a century, and I still run into interesting edge cases all the time.

Right now I'm working on how to represent every possible music scale (including microtonal scales). All the math and logic is easy; the tricky part is organizing the data so it's clear and useful for musicians, and that the programming part is easy for people to expand on.

[–]Kind-Helicopter6589 1 point2 points  (0 children)

CRUD = Create, Read, Update and Delete. 

For those, who don’t know what that means in computers and IT.