226

Just to clarify, I google a lot while coding, but one thing I learnt from my engineering degree is that is there is no 'best' solution.

you are viewing a single comment's thread
view the rest of the comments
[-] ulterno@programming.dev 2 points 1 day ago* (last edited 1 day ago)

Most high level programming is more about structures and “placing things around” than people like to admit and that’s 90% of all programming today.

Although I'd like to say, "it's not", that definitely is what takes up most of my time, even though it ends up being lesser part of the code (thankfully). But a lot of that is UI designing and deciding what might give a better UX, rather than programming.

Of course, if I were not using a framework, which does all the painting for me, I would always be programming the UI and that would be 90% of my code and 99% of my coding time.
Also, I would probably take a year to complete a weekly project.


In my dictionary, programming for the UI elements has been done by those, that created the library that parses the markup language and does the paint events. They also have to manage number of separate draw calls and other GPU efficiency stuff, making it easy to just define most of he placements using markup.

this post was submitted on 20 May 2025
226 points (97.5% liked)

Programmer Humor

23383 readers
1269 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS