HackerTrans
TopNewTrendsCommentsPastAskShowJobs

laerus

no profile record

comments

laerus
·vor 5 Monaten·discuss
my gaming group is moving to steam, one less application to care about
laerus
·vor 6 Monaten·discuss
one more month till my subscription ends and I move to Le Chat
laerus
·letztes Jahr·discuss
Greatly reduced boilerplate. Diffing snapshots and providing previews to accept or reject changes is also more robust and user friendly.
laerus
·letztes Jahr·discuss
Snapshots diff current with previous output and I only have to accept or reject the diff. I don't have to write the expected response myself. Snapshots can also stub out parts of the response that are not determistic.
laerus
·letztes Jahr·discuss
What's missing from Hurl is snapshot testing. After using `insta` for testing APIs, I cannot go back.
laerus
·letztes Jahr·discuss
Rewriting could also make sense if there is a chance to improve the architecture based on the experience with the existing codebase. Something that would otherwise be impossible to even consider.
laerus
·letztes Jahr·discuss
consistency between platforms
laerus
·letztes Jahr·discuss
"really should be" ?

"in C# or Java" ?

where do you even base these claims? Do you know what C# and Java threads have that Rust doesn't? data races. And don't get me stated on the biggest paradigm failure that is OOP.
laerus
·letztes Jahr·discuss
Agreed, RustRover is by far the best IDE for Rust atm. I also use the AI Assistant which is so toned down that it's actually useful and not full of spam.
laerus
·letztes Jahr·discuss
[flagged]
laerus
·letztes Jahr·discuss
The Rhai interpreter is configurable, you can choose which features of Rain will be available on the runtime. You can even disable keywords.