this post was submitted on 22 Jul 2024
512 points (99.2% liked)

Programmer Humor

19503 readers
339 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 1 year ago
MODERATORS
 

My sister started a new position that involves HTML. She tried to explain an issue to me, but I'm not a web guy. I told her to send it to me on Monday and she sent this...

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 50 points 3 months ago (8 children)

Now I want to know what the issue was.

And the “solution”.

[–] [email protected] 15 points 3 months ago* (last edited 3 months ago) (5 children)

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

[–] [email protected] 4 points 3 months ago (1 children)

FWIW many modern text editors just let you modify multiple lines at once.

[–] [email protected] 3 points 3 months ago

I like Sublime Text for this.

Watching supposedly technical people use Excel to mangle batch SQL statements together makes me cry.

load more comments (3 replies)
load more comments (5 replies)