Material UI has a resources section: https://m2.material.io/resources
Where they publish a figma baselining design kit
Along with a dark mode figma baselining design kit
Storybook for material react table: https://www.material-react-table.dev/
Material UI has a resources section: https://m2.material.io/resources
Where they publish a figma baselining design kit
Along with a dark mode figma baselining design kit
Storybook for material react table: https://www.material-react-table.dev/
Quickly scaffold an extension using: https://code.visualstudio.com/api/get-started/your-first-extension
Sourced from: https://code.visualstudio.com/api/ux-guidelines/overview
^ the overview has additional items, that I might build out in another document.
Rewriting this here because I just want an at a glance reference.
Where it is a thing and then an image and I can scroll through it all.
Status: Test has not been completed.
If config file is at root of project:
a. The test ... make a significantly annoying typescript project.
Summary:
The watch operator uses .subscribe function that creates a generator. That generator progresses forward by next() being called. This then gets evaluated to see if a re-render needs to occur and gets passed to useState.
useWatch():
useWatch.ts#L68
useWatch.ts#L184
Note: uses a syntax similar to a generator, when .next is called it executes a callback function that triggers updateValue from the useState.
1. location | |
2. proximity | |
3. atmosphere conversations | |
4. atmosphere meeting | |
5. atmosphere | |
6. coffee | |
7. wifi | |
8. outside atmosphere | |
9. outside bugs | |
10. outside chairs |
Does anyone have a document they follow for having guidelines reviewing code within a team?
I read through this document today and it was helpful for this task:
https://github.com/mawrkus/pull-request-review-guide?tab=readme-ov-file
Different ways developers can review a pr
βA good plan violently executed now is better than a perfect plan next week.β -General George S. Patton, Jr.
When what is defined as a "good pattern" is setup And it is sufficiently complex. Be mindful that there are probably ways to automate and simplify.
But for the time being you need others to execute that pattern. Find the person who knows the pattern best and can accomplish the task most efficiently and accurately
Have a meeting with them and note how long the meeting took.
I need to fix all of my gists by moving them somewhere.
Each of my gists probably have a specific intended use.
I.e. book summaries - for helping people understand what I got out of a combination of books.
Current challenges: (what do I need?)