Skip to main content

Search

Items tagged with: developerExperience


One trick to make your life much better as a maintainer and help contributors

Have a Makefile directive to run everything that runs on CI

`make x` is all it should take to verify the changes pass automated tests

Linter, formatter, sorter, unit tests, etc

If tooling is needed then add a `make setup` directive that takes care of installing it

#offlinefirst #ci #development #git #GitHub #GitLab #Codeberg #dx #FreeSoftware #FLOSS #developerExperience #developer