Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LA
Posts
4
Comments
1,438
Joined
2 yr. ago

  • Good luck, from my experience with bazel it may go smooth if you have someone who can into bazel to help you, and you create the project from scratch to then maintain small changes. Then there was my attempt to migrate an existing Java project to bazel without external help that failed hard (maybe the situation improved from 2021).

  • rather strongly typed Java.

    [In Java] you can also violate many of the type rules whenever you want or need to

    Okay. Well maybe being able to not spell out types every single time would also count as not burdening the programmer ¯(ツ)

    I bought Clean Code when I started learning programming, some of it was useful, but now I understand that it was too opinionated for a beginner

    Edit: also

    Whose job is it to manage that risk? Is it the language’s job? Or is it the programmer’s job[?]

    It is language's job to enforce risk management wherever possible, humans are demonstrated time and time again to be poor at risk management (same for the other questions like 'whose job it is to check for nulls'

    Edit2:

    Defects are the fault of programmers. It is programmers who create defects

    … and that is why he proposes to not help programmers with language means. I never thought that views of how problems should be tackled might differ so much while having in mind the same reasons and goals.

    Albeit I do agree that one must write tests, even if language helps, not everything can reasonably be automatically checked

  • Better start with this book, Rust will feel natural after that:

    But you are right, it is better suited for one things and worse for other. It's not strictly functional, though, and most likely when it will have been maturing for as long as C++ or at least C# it will also have tools and features that make it better suited even for game development