3 Matching Annotations
- Dec 2020
-
hacks.mozilla.org hacks.mozilla.org
-
Better community building: At the moment, MDN content edits are published instantly, and then reverted if they are not suitable. This is really bad for community relations. With a PR model, we can review edits and provide feedback, actually having conversations with contributors, building relationships with them, and helping them learn.
Tags
- community building
- reverting: creates negative experience
- open source community
- community (for a project or product)
- community relations
- reverting a previous decision/change/commit
- online community
- relationship (people)
- receiving feedback
- helping others
- pull request workflow
- wiki model
- opportunity to improve/fix something
- opportunity
- helping others to learn
- encouraging feedback
Annotators
URL
-
- Nov 2020
-
github.com github.com
-
There are a few intentional behavioral differences between Dart Sass and Ruby Sass. These are generally places where Ruby Sass has an undesired behavior, and it's substantially easier to implement the correct behavior than it would be to implement compatible behavior. These should all have tracking bugs against Ruby Sass to update the reference behavior.
Tags
- intentionally doing it differently / _not_ emulating/copying the way someone else did it
- intentional
- reversible decisions
- learn from your mistakes
- reverting a previous decision/change/commit
- intentional/well-considered decisions
- don't let previous decisions/work constrain you
- get back on course
- reference implementation
Annotators
URL
-
- Sep 2020
-
www.changelogs.md www.changelogs.md
-
Move svelte into dependencies, as it was accidentally stuck in peerDependencies
"accidentally stuck in": well, not really accidentally; it's in the change log so I assume it was intentional
-