DEV Community

Cover image for Web development is like assembling IKEA furniture
Christian Heilmann
Christian Heilmann

Posted on

5 3

Web development is like assembling IKEA furniture

When you put together IKEA furniture, it feels a lot like web development.

  • You get a huge bag of seemingly random parts and you should sort them before you start
  • Everything is standardised and uses building blocks
  • The manual is meant to be universally understandable and such needs some effort to grasp
  • Forcing something to fit means you're doing it wrong
  • Leftover items mean you skipped a step
  • You can use power tools to speed things up but you are likely to break things if you do
  • Plan to assemble it right the first time, because taking it apart will mean you break it.
  • Some parts are impossible to put together on your own - partner with another person and get a second pair of eyes to prevent you from doing something stupid
  • Things look small and easy to handle when flat packed, but once you assembled them they take up a lot more space and are harder to move elsewhere

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (3)

Collapse
 
htho profile image
Hauke T.

It's a good analogy.
But for some things there are so many ways to do them. There are parts that you can put in one way or the other. One is inteded by the makers. The other works but looks crappy.
For IKEA only one side of the part has color. So it fits but it looks crappy.
For WebDevelopment there are so many ways you can execute a JS function when you click a button. It is hard to tell which is the "best practice" by looking at the API.

I wish there was something like a strict type definition for Browser APIs. Which disallows element.onlick because there is element.addEventListener.

Collapse
 
dannyengelman profile image
Danny Engelman

Web Development with Frameworks and Libraries is like assembling IKEA might be a better title.

Collapse
 
codepo8 profile image
Christian Heilmann

I disagree. HTML to me is components. Using frameworks and libraries is the point of using power tools where an Allan key is enough.

Some comments may only be visible to logged-in visitors. Sign in to view all comments.

Speedy emails, satisfied customers

Postmark Image

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay