DEV Community

Cover image for Configuration Over Invention and Vice Versa: A Guide for Future Creators
Hajer Betabessi
Hajer Betabessi

Posted on

Configuration Over Invention and Vice Versa: A Guide for Future Creators

Hey Future Creators!

We all have fond memories of playing with LEGO bricks, don’t we? I remember those moments when I could build anything my imagination dreamed up. You had the choice between using a spaceship kit with instructions or scattering random LEGO bricks to create your own unique design. Both ways were super fun, but they were quite different. In the world of technology and programming, we have similar choices, which we call "Configuration over Invention" and "Invention over Configuration."
Image description

Configuration Over Invention: Using the Spaceship Kit

Think of "Configuration over Invention" like using a LEGO spaceship kit. The kit comes with all the pieces you need and a detailed instruction manual. You follow the steps, put the pieces together, and voilà—you have a cool spaceship! You didn’t need to come up with a new design or hunt for the right bricks; you just followed the plan and built something awesome.

In technology and programming, this means using tools and frameworks that provide a lot of the code and structure for you. You just need to adjust a few settings (or configurations) to make it work the way you want. Here are some examples:

  • WordPress: Imagine you want to create a blog. With WordPress, you can pick a theme, add some plugins, and customize the settings. In no time, you have a professional-looking blog without writing much code.

  • Minecraft Mods: When you install a mod in Minecraft, you’re configuring your game to have new features or items. You didn’t have to invent those items from scratch; someone else created them, and you’re just adding them to your game.

  • Smartphone Apps: Many apps let you customize settings to suit your preferences. You’re configuring the app to work the way you want without needing to know how to code.

Image description

Invention Over Configuration: Building from Scratch

Now, let’s talk about "Invention over Configuration." This is like having a big box of random LEGO bricks with no instructions. You get to be the designer! You decide what your spaceship will look like, how big it will be, and what cool features it will have. It’s all up to your imagination and creativity.

In technology and programming, this means writing more of your own code and creating solutions that are unique to your needs. Here are some examples:

  • Creating a Game: If you want to create your own game from scratch, you might start with a basic game engine (like Unity or Unreal Engine), but you’ll write your own code to control the characters, design the levels, and make the rules.

  • Custom Websites: Instead of using WordPress, you might decide to write all the HTML, CSS, and JavaScript yourself to create a website that looks and works exactly how you want it.
    Inventing New Gadgets: If you have a unique idea for a gadget, you might need to design the hardware and write the software yourself to bring your idea to life.
    Image description

Why Both Are Important?

Both "Configuration over Invention" and "Invention over Configuration" are important in technology. Sometimes, using ready-made tools saves you a lot of time and helps you learn how things work. Other times, creating something from scratch lets you express your creativity and solve unique problems.

As you explore technology, you’ll get to try both approaches. You might start with some easy configuration projects to build your confidence. Then, as you get more experienced, you’ll tackle bigger challenges and start inventing your own solutions.

Quick Recap

Configuration Over Invention: Like using a LEGO kit. You follow instructions and use pre-made pieces to build something quickly.
Invention Over Configuration: Like designing your own LEGO creation. You use your imagination and creativity to build something unique from scratch.

So, next time you’re working on a tech project, consider whether you’re using a spaceship kit or designing your own spaceship. Both ways are super cool and will help you become an awesome creator!

What about you? Do you have any cool projects where you used either approach? Share your stories in the comments!

Happy exploring!

Top comments (1)

Collapse
 
mansouri_oussama profile image
Mansouri Oussama

Good Point