knod
knod
Since it looks like I haven't put this down in writing yet, my suggestion is we start small and see how it goes.
If we're using `const` to communicate, a couple other possible perspectives: 1. `const` should be used anywhere you'd use ALL_CAPS. 2. `const` should be used where you specifically don't want...
Remember to add these new ones as discussion items in the thread when the Alert System posts it so they don't get left behind!
I really like this idea! We could also have a small orange dot in the nav bar next to the items that aren't done yet. Is there some wording we...
Hmm, I'll have to think about it. 'Ready'? If we're using 'Done', maybe the 'Done' button can be replaced by the 'you can make changes' text after it's clicked... not...
@snyderc : Thanks! Also, if you have a sec, if you could put check marks in the ones that are already done, it would show it in the issue list...
Yeah, @snyderc, the first one - check them off when the tests for that behavior have been completed.
I'd err more in the opposite direction. I feel that the more consistent we can be, the easier it is for new people getting started. Having both `import MyButton from...
What are the pros to using default exports?
So is this more of a conversation about one abstracted component per file?