|
|
|
|
|
by znpy
1949 days ago
|
|
> Unfortunately it's one of those things where "everything you say can and will be used against you". Indeed. It kinda takes the fun out of programming. Sometimes you just don't bother with error-checking and with making code production-grade, because you just wanted to publish this small thing that other people might find useful. If people find it useful but find bugs, they might as well send pull-requests. And let's be honest: error checking is important and everything but it's quite a chore. Often in your toy project it's okay to be optimistic. And often the purpose for writing a project is to explore a topic, not to release a production grade project. |
|