Readit News logoReadit News
ericnkatz commented on The Squirrel Census Answers a Question You Weren’t Asking   citylab.com/life/2019/06/... · Posted by u/danso
ericnkatz · 6 years ago
So there was an episode on 99% invisible podcast about this topic, not sure if related to this census or not but it's an interesting listen for those who are curious: https://99percentinvisible.org/episode/uptown-squirrel/
ericnkatz commented on Evergreen: a React UI Framework built by Segment   evergreen.segment.com... · Posted by u/ggregoire
ericnkatz · 7 years ago
I've been following the repo for quite some time and playing around with it locally. Very very well made UI Framework/Component Library.

Props to @jeroenransijn, @rowno and others!

ericnkatz commented on How to Write a Git Commit Message (2014)   chris.beams.io/posts/git-... · Posted by u/deyton
stared · 9 years ago
I really recommend angular-style commit messages: https://github.com/angular/angular.js/blob/master/CONTRIBUTI...

type(scope) message

e.g.

feat(button) added play button

Types are:

- feat: A new feature

- fix: A bug fix

- docs: Documentation only changes

- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)

- refactor: A code change that neither fixes a bug nor adds a feature

- perf: A code change that improves performance

- test: Adding missing or correcting existing tests

- chore: Changes to the build process or auxiliary tools and libraries such as documentation generation

ericnkatz · 9 years ago
I started using https://commitizen.github.io/cz-cli/ to help me self-enforce this style of commit messages.

u/ericnkatz

KarmaCake day242July 25, 2013View Original