Post AcT6O4hNTjzO80mLZo by alexelcu@social.alexn.org
(DIR) More posts by alexelcu@social.alexn.org
(DIR) Post #AcT6O4hNTjzO80mLZo by alexelcu@social.alexn.org
2023-12-04T14:20:33Z
0 likes, 0 repeats
“December Adventure: Learning Rust”#Blog #Blogging #Books #Languages #Personal #Programming #Rust #Scalahttps://alexn.org/blog/2023/12/04/december-adventure/
(DIR) Post #AcT9ooQQOHhBL2I3No by yanns@mstdn.social
2023-12-04T14:59:10Z
0 likes, 0 repeats
@alexelcu from a quick check at your rust code, I can highly recommend you using clippy. It will give you nice hints.
(DIR) Post #AcTBrMwdDdPiszhYsi by yanns@mstdn.social
2023-12-04T15:03:11Z
0 likes, 0 repeats
@alexelcu Ex: https://github.com/alexandru/advent-of-code/pull/1
(DIR) Post #AcTBrNjuGQpTLokuga by alexelcu@social.alexn.org
2023-12-04T15:22:04Z
0 likes, 0 repeats
@yanns Nice, `clippy` looks very useful for rookies! ❤️
(DIR) Post #AcTDVPyrRzadq6PBGS by yanns@mstdn.social
2023-12-04T15:40:30Z
0 likes, 0 repeats
@alexelcu even later, it's still useful. The warnings are very rarely wrong. And it's progressing at each release.In a team with young rust dev, I make the CI failing on clippy warnings to make sure all are using it and learning from it.