The mindless tyranny of “what if it changes?” as a software design principle

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • latte

    Latency Tester for Apache Cassandra (by pkolaczk)

  • > Does https://github.com/pkolaczk/latte count?

    This is just Rust code. Where is the equivalent Java code?

    > Or the Optional cost described on my blog here: https://pkolaczk.github.io/overhead-of-optional/?

    Why aren't you using OptionalLong[1]? You shouldn't use Optional, that's never a good choice. At any rate, nobody should be claiming Java optionals are are free, they're a high level abstraction and absolutely do not belong in hot codepaths.

    In general it's fairly easy to construct benchmarks that favor any particular language, which is why you constantly see these blog posts about how high level interpreted languages (JS, Haskell) are faster than C++.

    > And what do I do with that knowledge if it turns out the optimization didn't happen?

    The way the JIT works is by aggressively overassuming, and then recompiling with more generalized interpretations of the code when assumptions turn out to be false. But the wider problems of compilers occasionally generating suboptimal instructions isn't something that is Java specific.

    [1] https://docs.oracle.com/en/java/javase/12/docs/api/java.base...

  • FizzBuzz Enterprise Edition

    FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.

  • Reminds me of FizzBuzzEnterpriseEdition . https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...

    You never know when you might need to change the implementation of how the "Fuzz" string is returned, so you need a FuzzStringReturner.

    And you never know when you might need multiple different ways of returning "Fuzz", so you need a FuzzStringReturnerFactory.

    And that barely scratches the surface of what you need.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Reminds me of FizzBuzzEnterpriseEdition . https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...

    You never know when you might need to change the implementation of how the "Fuzz" string is returned, so you need a FuzzStringReturner.

    And you never know when you might need multiple different ways of returning "Fuzz", so you need a FuzzStringReturnerFactory.

    And that barely scratches the surface of what you need.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • LogCaptor: Simplificando o Teste de Logs em APIs REST Java

    2 projects | dev.to | 12 Mar 2024
  • AWS SnapStart - Part 15 Measuring cold and warm starts with Java 21 using different synchronous HTTP clients

    3 projects | dev.to | 12 Feb 2024
  • FizzBuzzEnterpriseEdition

    1 project | news.ycombinator.com | 1 Feb 2024
  • Simple Lasts Longer

    3 projects | news.ycombinator.com | 8 Jan 2024
  • Writing Clean Code with FastAPI Dependency Injection

    2 projects | dev.to | 12 Dec 2023