Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
irene33915y@C0D4 I get that you can work around it now that I had to dig for a solution.
The default of case insensitive makes zero sense for == because that is supposedly comparing primitives. -
C0D4669025y@irene don't bring logic into this, you will loose 😅
If there's one thing I've learnt over the past couple of years, it's Salesforce has its own way of doing things. -
hitko31455y@irene Because when you're exploring data, 95% of the time you're trying to match content in a case-insensitive way. You don't care how some secretary entered a person's name, you want that person to show up if you enter their name.
-
irene33915y@C0D4 If the language is something That doesn’t make sense like a real programming language I’m not going to stick around to learn it and sabotage my ability to do real programming.
Even Es5 is much better than what I see in Salesforce so far. Salesforce climbed way too far up the application stack. It is clearly interpreted before compiled but written like it is running like Java. Fuuuuu -
C0D4669025y@irene it's compiled and then ran over a java environment. You will notice this when you get java runtime errors apex doesn't prevent 😉
No ones forcing you to do it right?
Salesforce is a giant platform, you either embrace it like any other thing or you hate it to bits.
I'll admit it can be a pain in the ass with what it can/ can't do and what you need to do at times to get arounds it's limitations at times, but I do enjoy the challenge of running into brick walls... sometimes.
Related Rants
-
cdrice105"You gave us bad code! We ran it and now production is DOWN! Join this bridgeline now and help us fix this!" ...
-
johnny301when your code is a mess but everything work out in the end
-
MoboTheHobo36My Friend: Dude our Linux Server is not working anymore! Me: What? What did you do? My friend: Nothing I swe...
sAleSfoRce aPEx is a hot wet garbage fire. How can I make this actually make this work right when I need to compare case sensitive strings?
rant
case insensitive
apex
fml
salesforce