u/SquidBow72

How do you avoid feature creep?

Every single time I start writing a project, it always uncontrollably grows with features that nobody will ever use, but my brain is like "would be cool if it could do that". And then a week later it becomes this huge filled with a bunch of basically dead code, I feel like I haven't made any progress cause the core goal was moved like 1%, and there are many unfinished features.

And I know it, and I am trying to fight it, but I can't help myself but imagine how impressive it would be with all those useless features.

reddit.com
u/SquidBow72 — 5 days ago

Do you actually enjoy writing Rust?

Rust has been the most admired programming language for like 8 years already, so I tried it, and, I didn't really enjoy it.

It is cool that it's model can eliminate, but most of the time, it just forced me to do things some akward way, like creating a bunch of temporary variables to store the data before going into the loop.

It feels like a language you would use in production for safety, but not for personal projects cause it is annoying.

reddit.com
u/SquidBow72 — 1 month ago