7 Matching Annotations
- Dec 2020
-
github.com github.com
-
Treating the web as a compile target has a lot of implications, many negative. For example “view source” is a beloved feature of the web that’s an important part of its history and especially useful for learning, but Svelte’s compiled output is much harder to follow than its source. Source maps, which Svelte uses to map its web language outputs back to its source language, have limitations.
-
- Oct 2020
-
stackoverflow.com stackoverflow.com
-
Library author here. I'm always fascinated by new ways people can invalidate my assumptions. I mean that in a sincerely positive way, as it results in learning.
Tags
- invalidating one's assumptions
- can't support everything / all cases
- surprising
- testing/challenging one's assumptions (either validating or invalidating them)
- author of software answering questions in community (support)
- assumptions
- they've thought of everything
- different way of thinking about something
- sincere
- not:
- learning from others
- not considering all use cases
Annotators
URL
-
-
tech.ebayinc.com tech.ebayinc.com
-
And as an aside, I’m definitely in favor of more debates than sessions in future conferences, since we actually learn more by hearing multiple viewpoints.
-
-
github.com github.com
-
I'm suggesting there should be a way to write lifecycle related code that also responds to changing props, like how useEffect works. I think how React handles this could be a good source of inspiration.
-
If Svelte came up with some kind of hooks like API maybe it could solve both these issues at once.
-
I think Svelte has some things to learn from React hooks.
Tags
- feature proposal
- inspiration
- Svelte
- excellent writing
- react hooks
- can we do even better?
- Dylan Vann
- learning from others
- copying ideas from another project
- learning by studying/emulating/copying others who do it well
- use as inspiration
- copying/doing the same as how another project/library did it
Annotators
URL
-
- Aug 2020
-
pragmaticpineapple.com pragmaticpineapple.com
-
If you are a senior, try talking to a junior or someone less experienced than you. Many companies are running what is called ”reverse mentoring” programs where juniors coach senior members of a company. Senior’s experience is traded for a fresh perspective from a junior. You’d be amazed at how much you could learn and share.
-