I got a 330 points knowledge score on this yearโs #StateOfCSS survey! I have used 25 features, and knew 16 more, placing me in the top 100% of all respondents. Can you beat my score? https://t.co/Z5m0m2b9Fl
@RossSchumann@SenSanders In Denmark, McDonald employees 18+ years old starts with about 19$/hour. (132 dkk/hour). Following Nordic nations might imply better salary?
@evanyou@localhost_5173 Specifically these rules:
> This rule is included in all of...
plugin:vue/vue3-recommended"
> There is a configurable number of attributes that are acceptable in one-line case (default 1)
https://t.co/r62XxEGDvN
https://t.co/HHzFag11ly
@housecor > Does your team have a code owner? If so, how's it work? Do you use a different term? Who does it?
Tech lead.
We have a Tech lead and a Product owner in our team.
Tech lead is the mini-CTO, where the Product owner is the mini-CEO in our team.
@housecor Culture can be different in workplaces. Likely it is a team problem and communication problem. Given the team is responsible for delivery, then it should be handled in the team. If the teamwork is broken, then it should be resolved. If not possible then escalate to management.
@SenSanders It seems like a government problem?
> The governments of some countries negotiate directly with pharmaceutical companies to set lower prices for medications, but the U.S. does not, which contributes to the large differences in list prices
https://t.co/NAOPlyTOf3
@ThePrimeagen Is this about how HTML browsers parses invalid markup to the DOM?
I would still use or allow self close in React or Vue given the result is predictable.
It is valid usage per the API.
@housecor Maybe to avoid being indexed by search engines? Maybe avoid being visible to anyone?
I would ask for details why they think their approach is better.
@housecor To me, it says
If status is success then green
Else
If status is error then red
Else
If status is warning then yellow
Else black
Even this simplistic example seems convoluted.
Imagine how it would be for more realistic examples.
@housecor Looks like nested if else to me.
This is in the category of: accidental complexity.
Can be seen by the level of indentations.
I would almost always recommend to refactor to switch or lookup.