Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes some typos and missing words + Feedback #1

Merged
merged 1 commit into from Nov 26, 2023

Conversation

mgrsskls
Copy link
Contributor

Hey @slightlyoff, thanks for letting me checking out your draft!

I just fixed some typos and missing words.


In the "Essential Skills" section as well as the "HTML + CSS First" and "JS: Maybe?" sections is one aspect with which I tend to disagree, especially the sentence "[…] highest scorings given to pure HTML + CSS answers".

I am a strong believer in picking the tool with the least power — so HTML first, then CSS, but if necessary also JS. I have seen it too often (and did the mistake myself obviously) that developers want to solve something with HTML and CSS only, which might create a solution which is overly complicated and especially is not the most accessible one. Sometimes JS is necessary to create a truly accessible component. And knowing when to reach for JS (and when not) is a very important skill to me.

I think with the sentence "Some candidates may solve problems in this style by proposing a bit of backend templating plus some HTML and CSS;", you mean that those components can instead be implemented using some backend templating (changing a tab, opening a menu, or whatever). Is that correct? If so, I agree that backend logic should be in place in case JS cannot be executed (for whatever reason), but part of fundamental frontend skills to me is also creating the best possible UX and, imho, that — in certain cases — definitely involves JS.

@slightlyoff
Copy link
Owner

Thank you for all of this! Are you OK with the CC0 license?

@mgrsskls
Copy link
Contributor Author

Sure!

@slightlyoff slightlyoff merged commit 0322c2f into slightlyoff:main Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants