this post was submitted on 29 Aug 2023
10 points (85.7% liked)

General Programming Discussion

7711 readers
1 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
 

I am beginner who thought before doing the String Methods section of the course "You know what, let's test my skills". And boy my skills were tested. After I completed the challenge my jaw dropped, with the solution.

Had/Have this happened to y'all. Where you make something complicated and found out that there was a simple solution?

Solution

My Code

you are viewing a single comment's thread
view the rest of the comments
[–] annoyed_onion@lemmy.world 6 points 1 year ago (1 children)

All the time and I've been programming professionally for 10+ years.

You'll always find a better way to do something, however, there's nothing wrong with what you initially came up with as it's easy enough to understand because you've named your variables well and your logic is easy to follow along with. I would say that is far more important than coming up with technically clever solution that may be harder for someone else to understand!

[–] MrOzwaldMan@lemmy.ml 3 points 1 year ago (1 children)

so technically clever solution < long solution with good variable names?

[–] technohacker@programming.dev 1 points 1 year ago

From a maintainability standpoint, absolutely. Computers have gotten fast enough to let programmers optimize for developer time instead