Joined: 2023-12-09
ββββ
2024-11-29 porous_grey_matter β edited β 1π¬ β RE: fuck_u_spez_in_particular
Yes, I love rust and use it regularly, but it is suitable for totally different use cases than python. Have you worked on a python project using strict type checking enforced in CI? It really [β¦]
2024-11-29 porous_grey_matter β RE: Ephera
Thatβs not an alternative, you always need tests
2024-11-29 porous_grey_matter β RE: HiddenLayer555
Type checking for python is not bad these days, just run pyright (or mypy, I would like to prefer the non MS solution, but we have found pyright much more rigorous) on your code. Yes obviously [β¦]
2024-11-29 porous_grey_matter β 1π¬ β RE: masterspace
where messing up a space breaks everything
[β¦]
ββββ
2024-11-15 porous_grey_matter β RE: Deckweiss
Even if the tool works perfectly, you have to run it every time you change something. Itβs not the end of the world, but itβs still much nicer to just have a macro to derive it at compile time.
2024-11-15 porous_grey_matter β 1π€ 2π¬ β RE: ?
Itβs not hard, just if youβre doing it for a struct with a lot of fields itβs a lot of boilerplate
ββββ