Stop Saying “Technical Debt”

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
  • SQLite

    Official Git mirror of the SQLite source tree

  • Including comprehensive comments, documentation and tests in a codebase takes time and effort.

    Failing to do so creates code that is very difficult to maintain or for someone new to the codebase to understand.

    However, time and effort may not be what the organization wants to pay for, and individuals may view their own incomprehensible code as something like job security, as they can't be replaced by someone else easily.

    As an example of complicated code that's still well-documented, the open-source sqlite code is a good example, about 1/4 of the B-tree file is comments, every time a variable is defined there's a short note explaining what it's used for, every function has a comment header that's comprehensive, such that someone new to the codebase could construct a map of how it all works fairly quickly. It's a good model for how to avoid the problem:

    https://github.com/sqlite/sqlite/blob/master/src/btree.c

  • 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
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

  • Run0 – systemd based alternative to sudo announced

    5 projects | news.ycombinator.com | 1 May 2024
  • Systemd Rolling Out "run0" As sudo Alternative

    2 projects | news.ycombinator.com | 30 Apr 2024
  • Harbaum/Galagino: A Galaga, Pac-Man and Donkey Kong Arcade Emulator

    1 project | news.ycombinator.com | 1 May 2024
  • Systemd Wants to Expand to Include a Sudo Replacement

    3 projects | news.ycombinator.com | 30 Apr 2024
  • Show HN: Roast my SQLite encryption at-rest

    8 projects | news.ycombinator.com | 30 Apr 2024