• 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle
  • Sinuousity@lemmy.worldtoScience Memes@mander.xyzTrying to Help
    link
    fedilink
    English
    arrow-up
    2
    ·
    56 minutes ago

    I feel like doubling the workload is better than quadrupling the size of the project inheriting a bevy of features and tools you likely won’t touch at all. Sure it’s stripped out later (ideally), but I like less bloat and that includes during dev when I might have to dig through 3rd party code with its own conventions and standards packed into a ‘source available’ library with potentially dogshit or absent documentation.

    Also yes, it’s good practice









  • Assuming we are not developing for Apple devices, it’s C# all the way for me. I haven’t touched another language that I would choose over it. The language is clear and functionally complete and all I suspect I will ever need for desktop application development.

    Sidenote: I am fond of using JS for web dev, though the looseness of the syntax and the whole ‘objects are just arrays’ things make it hard to recommend for beginners