Syntax - Tasty Web Development Treats

Hasty Treat - Bike Shedding

Apr 1, 2019
The hosts dive into the humorous concept of bike shedding, where trivial debates often overshadow bigger issues. They passionately tackle classic coding conundrums like tabs versus spaces and single versus double quotes. The discussion also touches on whether designers should learn to code and how to select the right front-end framework. With a light-hearted take on tool preferences and CSS organization, they emphasize the importance of substance over style in web development.
Ask episode
AI Snips
Chapters
Transcript
Episode notes
ADVICE

Tabs vs Spaces

  • Use two spaces for indentation in code.
  • This is particularly helpful for screen recordings and readability.
ADVICE

Single vs Double Quotes

  • Use single quotes in JavaScript and double quotes in HTML.
  • Backticks are also a good option, especially for string interpolation.
ADVICE

Semicolons

  • Include semicolons in your JavaScript code.
  • This helps avoid potential issues with automatic semicolon insertion (ASI).
Get the Snipd Podcast app to discover more snips from this episode
Get the app