software-development VS repros

Compare software-development vs repros and see what are their differences.

software-development

Notes and articles on software development. All content is original. Most of the content reflects the way that our current software team operates. (by aaronjensen)
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
software-development repros
7 2
133 4
- -
7.6 3.6
about 2 months ago 4 months ago
Rust
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

software-development

Posts with mentions or reviews of software-development. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-01.
  • We're moving continuous integration back to developer machines
    1 project | news.ycombinator.com | 29 Apr 2024
    The thought feels weird, but DHH is not the first one to utter it.

    A recent HN submission [0] links to a post in a series about reducing development friction. I do recommend reading the whole thing, but one post is specifically about not using CI [1].

    0 - https://news.ycombinator.com/item?id=38831991

    1 - https://github.com/aaronjensen/software-development/blob/mas...

  • Purported Advantages of Monolithic Repositories (Monorepos)
    1 project | news.ycombinator.com | 6 Jan 2024
  • Stop Saying "Technical Debt"
    1 project | news.ycombinator.com | 3 Jan 2024
    Totally agree that it has lost its meaning. We call things “incomplete work” that are, well, incomplete work.

    https://github.com/aaronjensen/software-development/blob/mas...

  • Subject-First Commit Messages
    5 projects | news.ycombinator.com | 1 Jan 2024
    sbellware may have more to add, but there isn't a name for it. We focus more on the "it" than the branding of it. We do use the word "continuity" to describe our goal: https://github.com/aaronjensen/software-development/blob/mas...

    > The words "equipment log" and "work product" sound pretty unique.

    We call them "material logs", as equipment logs are more or less a subset of those. Just think about the sheet in every bathroom at a store that says when it was last cleaned, or the clipboard attached to the factory machine that lists its maintenance record and problems. Or the patient record outside of the patient's door.

    "work product" just means, the product of our work. Nothing special about that one, I don't think.

    > Are Erl's SOA books and Yourdon's on OOP still relevant?

    I haven't read either, personally, though I have Yourdon's book en route. We use the term "structural design" quite a bit, so I'm curious to see Yourdon's take on what they call "structured design". From everything I've read about it, it sounds very similar to a lot of how we think about things as it seems to be the basis for much of the coupling and cohesion thought in our industry.

    I'd also recommend studying Lean (not Lean Startup, which has much to do with Lean as non-fat yogurt does).

  • Git Things
    4 projects | news.ycombinator.com | 1 Jan 2024
    There’s another way that feels totally unnatural at first, but puts the subject (the most important part) of the commit message first. It makes the commit about the change and the code, rather than the author. This is how we do it in all of our projects. I fought it at first, but I was wrong and it’s a lot better.

    Example:

    EntityStore build method records the specifier argument when given

    Article about it: https://github.com/aaronjensen/software-development/blob/mas...

repros

Posts with mentions or reviews of repros. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-01.
  • Git Things
    4 projects | news.ycombinator.com | 1 Jan 2024
    For comparison, this is how the message looks when wrapped manually:

    https://github.com/matklad/repros/commit/7d7dc3e3539e8cc68e5...

    (Every time I see someone advocating for _not_ wrapping plain text formats, I can't get an image of a hammerhead shark sitting in front of a 16:9 display out of my mind :-)

What are some alternatives?

When comparing software-development and repros you can also consider the following projects:

Iosevka - Versatile typeface for code, from code.

eng-practices - Google's Engineering Practices documentation