I enjoy a casual session of Townscaper once in a while, this feels really close to home :3
Rustacean, Void Linux package maintainer
I enjoy a casual session of Townscaper once in a while, this feels really close to home :3
I played The Longing when I wasn’t sick, but the pacing felt worse than sluggish, so it was a quick refund.
Probably should mention Fugl
I think there are two key aspects to IDEs:
a) the larger the codebase and the less familiar you are with it, the more of a nightmare it will be to hunt bugs or search places to insert code; this is where an IDE becomes extremely helpful by e.g. letting you search a struct across multiple modules, showing lints, compiler errors etc.
b) IDEs are only as helpful if they can be configured with your codebase, and sadly there are probably numerous codebases that won’t play nice and let you crate a working config
Nicely done! I have a CLI tool that does sth similar (input download, answer submissions): https://github.com/tranzystorekk/arrive