• 0 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • Min svigermor er tidligere sygeplejerske, og hendes råd er at gurgle med saltvand. Altså bare vand blandet op med en hel del salt. Det er muligvis mest placebo-effekt, men jeg synes altså det virker ret godt - ikke så meget når man først er syg, men hvis jeg gør det morgen og aften når man begynder at mærke et-eller-andet i halsen, så synes jeg at jeg for det meste har held med ikke at blive rigtigt syg.


  • I think the article fails to mention that one of the reasons tools like Tailwind (and methodologies like BEM, etc.) exist in the first place is to facilitate bigger organisation sites.

    In my personal experience “plain old CSS” isn’t feasible as the number of mainterners on a site goes up. Once there is multiple teams (possibly even across multiple departments) contributing to a site, the cascading part of CSS means that it is more or less unavoidable that some change from one team unintentionally breaks something for another team - and this being visual things means that it is very hard to catch with automated tests.

    After having working in a big organisation for a while, most developers will eventually start wishing for something that would make sure that their CSS only applies to their own components. div tags with inline style attributes suddenly starts to look very attractive - which is what eventually led to something like Tailwind.