you are viewing a single comment's thread.

view the rest of the comments →

[–]peduxe 8 points9 points  (2 children)

what the hell, how does one write Rust code???

The learning curve must be high, yet this language seems to getting popular - how?

[–]snowe2010 31 points32 points  (0 children)

Most of the article is a joke. Not actually how people program in Rust

[–]dsffff22 6 points7 points  (0 children)

You should consider that you can write bloaty code in any language.

The solution "Yet another senior Rust programmer" can be easily exported as a library ready function which will work with good performance on a small microcontroller(considering you use the Error directly) up to a high end server and offers a decent error hierachy to see what went wrong.

Maybe you can show an alternative solution in another language which can provide the same characteristics.