openjdk-jdk11u

Mirror of the jdk-updates/jdk11u Mercurial forest at OpenJDK (by AdoptOpenJDK)

Openjdk-jdk11u Alternatives

Similar projects and alternatives to openjdk-jdk11u

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better openjdk-jdk11u alternative or higher similarity.

openjdk-jdk11u reviews and mentions

Posts with mentions or reviews of openjdk-jdk11u. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-25.
  • It's probably time to stop recommending Clean Code
    4 projects | news.ycombinator.com | 25 May 2021
    I know that I'm late to this party, but what would Clean Coders think about algorithm heavy weight code like "TimSort.java"[1]? (This is the Java port of the famous Python stable sort.) Since Java doesn't have mutable references (pointers) or allow multiple return values, it gets very tricky to manage all the local variables across different functional scopes. I guess you could put all your locals into a struct/POJO, and then pass it around to endless tiny functions. (Honestly, the Java regex library basically does this... sucessfully.) Somehow, I feel it would be objectively worse if this algo code were split into endless 1/5/10 line functions! (Yes yes, that is an _opinion_... not a fact!)

    Come to think of it, is the original C code for Python's timsort equally non-Clean Code-ish?[2] Probably not!

    [1] https://github.com/AdoptOpenJDK/openjdk-jdk11u/blob/master/s...

    [2] https://github.com/python/cpython/blob/main/Objects/listobje...

Stats

Basic openjdk-jdk11u repo stats
1
135
9.2
over 2 years ago

AdoptOpenJDK/openjdk-jdk11u is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of openjdk-jdk11u is Java.

Popular Comparisons

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com