this post was submitted on 03 Jul 2023
11 points (100.0% liked)

Programming

4 readers
1 users here now

This magazine is dedicated to discussions on programming languages, software development, and coding. Whether you are a beginner programmer or an experienced developer, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as coding languages, software engineering, web development, and more. From the latest trends and frameworks to tips and tricks for debugging, this category covers a wide range of topics related to programming.

founded 1 year ago
 

Languages on the rise like Rust and Go are being quite vocal against inheritance and many engineers seem to agree. Why? And is it the fall of inheritance?

you are viewing a single comment's thread
view the rest of the comments
[–] subzerosk@kbin.social 2 points 1 year ago

Yeah. I read a lot less about large FP codebases than about large OOP codebases. Wonder why. /s

Some things just can't be properly seen and evaluated in a tiny made-up example that fits in a blog post.

Plus, you have large teams with devs of different skills. Will they all be able to use the wonderful functional idioms that solve all problems and make everything great? Looks like more devs are able to use OOP, warts and all, to create some workable projects. Even if not supremely elegant.