|
|
|
|
|
by ckolderup
1022 days ago
|
|
yeah, I'm a professional software developer in my day job and a lot of times the thing that stops me from getting anything done in my side projects is over-engineering or using the kinds of best practices that I have picked up over my years of working on large teams with data that has to be carefully maintained/preserved. So when I started this I tried to just take the approach of "just make it work first". I'm glad you found it pretty readable! The fact that there's so little error-checking and rigor in general has definitely burned me a lot in the run-up to feeling able to share things, though. It's a real double-edged sword, especially in a language as weakly typed as Javascript (which is also not my first choice of language, but targeting Glitch for deploying this was ideal for spinning up test instances, and that's their main platform) |
|