←
CamelCase will always suck
tcr!
· Nov 15, 2017 at 2:10 pm
I’m not knocking this guy’s stuff because he was following convention for this project but seriously. This is an actual object method name I just ran across:
$dm_advertisements->GetClickThroughDataForNewsletterEntriesWithAdvertisementForNewsletterEmailBlasts();
If it were me, I’d have named it:
$advertisements_dm->get_clickthroughs_for_emailed_newsletter_entries();
Readability for the win.
#devhell
← Potato eyes, to eat or not to eat
Each and every single target →
Latest articles for #devhell
Jun 6, 2019 at 11:47 am
The function/method MUST return the number of bytes written.Why? I’m…
Jan 10, 2019 at 12:46 pm
Being a dork web developer who:
loves code
is forced to use WordPress…
Dec 1, 2018 at 12:05 pm
Good one Google.
🙄 #devhell #google
Aug 20, 2018 at 3:16 pm
Writing a valid, functional, and strict MySQL regular expression for…
Add a comment
Post