6 Matching Annotations
- Jun 2021
-
www.theserverside.com www.theserverside.com
-
"Both Conservancy and the Git project are aware that the initial branch name, 'master,' is offensive to some people and we empathize with those hurt by the use of that term," said the Software Freedom Conservancy.
-
- Feb 2021
-
github.com github.com
-
now that I realize how easy it is to just manually include this in my app: <%= javascript_include_tag 'xray', nonce: true if Rails.env.development? %> I regret even wasting my time getting it to automatically look for and add a nonce to the auto-injected xray.js script
Tags
- fix design/API mistakes as early as you can (since it will be more difficult to correct it and make a breaking change later)
- removing feature that is more trouble than it's worth (not worth the effort to continue to maintain / fix bugs caused by keeping it)
- wasted effort
- regret
- removing legacy/deprecated things
- removing features to simplify implementation
Annotators
URL
-
-
trailblazer.to trailblazer.to
-
The new 2.1 version comes with a few necessary but reasonable changes in method signatures. As painful as that might sound to your Rails-spoiled ears, we preferred to fix design mistakes now before dragging them on forever.
-
The new call API is much more consistent and takes away another thing we kept explaining to new users - an indicator for a flawed API.
Tags
- better late than never
- fix design/API mistakes as early as you can (since it will be more difficult to correct it and make a breaking change later)
- do it right/well the first time because it may be too hard to clean up/fix later if you don't
- if it's incorrect; fix it
- learn from your mistakes
- pointing out gaps/downsides/cons in competition/alternatives
Annotators
URL
-
- Jan 2021
-
github.com github.com
-
The code is far simpler and easier to understand/verify
-
-
stackoverflow.com stackoverflow.com
-
text-decoration is more 'correct' because it is the 'real' CSS property meant for underlining text.
-