this post was submitted on 22 Jul 2024
516 points (99.2% liked)
Programmer Humor
19453 readers
69 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Now I want to know what the issue was.
And the “solution”.
I have used Excel to make tags from a table before. Usually just for one off stuff and before I was very familiar with JavaScript.
E.g. if you have a table of 100 urls you could use excel to easily turn them into
a
tags using the various text formulas like concat.It's probably never the best tool for the job but sometimes I'll do stuff in Excel just because I'm very familiar with it.
To clarify I am not a programmer by trade lol
I saw a meme somewhere along the line that Excel is the third best tool for every job.
You know how people say "Devil you know is better than God you don't"?
Excel is that Devil people know. It's not the best tool for a lot of stuffs but it let's people do things.
I saw a co-worker generate sequence for formula in excel for another cell in excel. They wanted to do average of all January data, instead of averageif/sumif/countif etc, they generated a sequence a1+a13+a25...... And used excels' drag down thing to make the formula. I'm like who could even verify it.
Oh for sure
FWIW many modern text editors just let you modify multiple lines at once.
I like Sublime Text for this.
Watching supposedly technical people use Excel to mangle batch SQL statements together makes me cry.
Yeah I’m having a hard time imagining what this could even possibly be about.
Sounds like the boss wanted a grid layout of some kind. Honestly, if they can express themselves in Excel, and they can be made to understand the limitations of responsive Web design, then it's not so bad. At least it's a requirement and you don't have to guess.