> All in One 586: There’s a good reason why experienced devs say “it depends” so often

Ads

Thursday, October 1, 2020

There’s a good reason why experienced devs say “it depends” so often

I feel like Jerod Santo really understood what I was trying to say in Weaved Webs, when I was trying to cover the emerging WordPress (“versus”) Jamstack conversation.

If you asked El Duderino if you should go Jamstack he’d probably tell you, “It’s a complicated case. Lotta ins. Lotta outs. Lotta what-have-yous. Lotta strands to keep in my head, man.”

This conversation is very much not over. Look at what I get to do:

Direct Link to ArticlePermalink


The post There’s a good reason why experienced devs say “it depends” so often appeared first on CSS-Tricks.

You can support CSS-Tricks by being an MVP Supporter.



from CSS-Tricks https://ift.tt/33OIu90
via IFTTT

No comments:

Post a Comment

Explaining the Accessible Benefits of Using Semantic HTML Elements

Here’s something you’ll spot in the wild: <div class="btn" role="button">Custom Button</div> This is one o...