Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phenomnomnominal/betterer

betterer makes it easier to make incremental improvements to your codebase
https://github.com/phenomnomnominal/betterer

codebase hacktoberfest improvement incremental test

Last synced: 3 months ago
JSON representation

betterer makes it easier to make incremental improvements to your codebase

Awesome Lists containing this project

README

        

[![Betterer](https://raw.githubusercontent.com/phenomnomnominal/betterer/master/website/static/img/header.png)](https://phenomnomnominal.github.io/betterer/)

[![npm version](https://img.shields.io/npm/v/@betterer/cli.svg)](https://www.npmjs.com/package/@betterer/cli)

# Betterer

Are you working with a large team, or a legacy codebase? Want to make big sweeping changes over your project, but can't do it all in one go?

Making widespread changes to a codebase can be really hard. When trying to make some sort improvement that affects a lot of code, one of two things often happens:

1. You start a really long-lived branch that is awful to maintain and often impossible to merge.

2. You and your team have some agreement to make the improvement slowly over time, but it gets forgotten about and never really happens.

**`Betterer`** makes it easier to make incremental improvements to your codebase!

## Docs

[Check out the docs at `phenomnomnominal.github.io/betterer`!](https://phenomnomnominal.github.io/betterer)