Development: Focusing on Ideas/Solutions Over Code

RMAG news

I just created a website with CSS and JavaScript for appearance and functionality that I will use for another project I’m working on.

I believe that the workflow will increasingly focus less on written code and more on ideas/solutions. If you have tools like CodePen or SVG Viewer, and if there is a bcompiler that allows you to see the idea in practice, see the results, and test it, making the development cycle much faster. This way, you can focus on solving problems or getting the product prototype to work and behave as intended.

What do you think about this?

In the example here, I had an idea that I wouldn’t care about files/folders above the line, but I would care about those below the line. Just CodePen, where I can see the code and the results together, significantly speeds up the development cycle.

Personally, my way of coding has completely changed. What do you feel/think about this?