this post was submitted on 31 May 2025
357 points (95.9% liked)

Technology

70716 readers
3837 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 19 points 4 days ago (2 children)

OOP was hype during the 90s. Schools adapted their curriculum to this trend. So they needed a programming language for this, and Java became the choice. C++ is too tricky as a first language.

The result is that a lot of people knew Java, which means it’s a good choice of language if you want to recruit programmers.

I believe most of Java’s success was luck. It released at the perfect time.

[–] [email protected] 7 points 4 days ago (3 children)

OOP makes so much sense. What happened?

[–] [email protected] 13 points 4 days ago (1 children)

The AbstractionBubbleFactory popped

[–] [email protected] 9 points 4 days ago

AbstractionBubbleBuilderFactoryStrategyImplementation mind you

[–] [email protected] 7 points 4 days ago

Many people increasingly find that using functional patterns enables them to build more reliable software.

[–] [email protected] 2 points 4 days ago

I don’t think OOP is as bad as many people make it out to be. It’s perfectly fine in moderation.

The problem is that it can lead to over engineered applications when abused.

[–] [email protected] 1 points 3 days ago (1 children)

You don't think the $500 million marketing budget Sun put towards Java has anything to do with its success? It was more than just luck.

[–] [email protected] 2 points 3 days ago

I don’t think the $500 million marketing budget would’ve worked if Java was introduced at a time other than the 90s.

The 80s would’ve been too early. It would just turn into a parenthesis in programming language history (next to smalltalk). The 00s would’ve been too late. It would’ve missed the dotcom bubble boat. Java came in the right time to become a dominant programming language.

I’m not saying the marketing didn’t have any influence. It probably had an big influence in which OOP language was selected for computer science education.