1051
do as i say... (lemmy.ca)
submitted 11 months ago by xia@lemmy.ca to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] Luvon@beehaw.org 13 points 11 months ago

Character limits and a stupid badly used Hungarian notation to waste limited characters to tell use what the ide already knows.

If you have a table, (that’s an array for sane programmers) name the variable as a plural and we will know it’s a table.

Don’t name two variables the same stupid abbreviation with different Hungarian notation characters stuck to the front

[-] skullgiver@popplesburger.hilciferous.nl 1 points 11 months ago* (last edited 8 months ago)

[This comment has been deleted by an automated system]

[-] Luvon@beehaw.org 1 points 11 months ago

But that is a typing weakness of that language. I just prefer using languages where the compiler actually does know what the types are at all time and thus can inform me instead of me trying to make sure that types align correctly.

That is tedious work that has been proven to be a terrible idea to shift onto humans. Strong type systems make much more robust code.

Abap only has one collection type, and its tables. Contextually it’s not hard to read what a collection of things are and what a single thing is.

If I am looping through comments and do something with comment, it’s contextually clear what ma going on. The exact type can be easily checked for when it’s actually needed.

Naming a count of something the plural seems like a much less intuitive thing. Especially sense generally the count is gotten from the collection.

this post was submitted on 09 Sep 2023
1051 points (97.2% liked)

Programmer Humor

31784 readers
310 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS