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
-
pr0t0n6078y@sm1th even c# has ==. In fact most of the modern ones do. I wrote the program I'm talking about in Java actually, but been working on vb.net so forgot == lol
-
philcr30568yFor clarity because I work with folk who don't writes c# I use string.equals() for my own stuff I use ==
I write vb as well and do the same == then swear a lot
Related Rants
-
Nullfrog17When I was in my second semester of college I was tasked with creating a file encrypt/decrypt program. Take in...
-
terrabyte6First day at my first workplace as a dev. waiting for my laptop to load up, nothing happens, black screen. wai...
-
linuxaddict21The Perfect Storm: My worst coding mistake? Yeah, let me tell you about that. I pushed a simple JavaScript/HT...
Probably not worst but back when I was in graduate school I used '=' instead of '.equals()' for a string, by mistake. My professor was so pissed and taunted in front of whole class about how dumb people are here without taking any names(btw I didn't realize that guy was me until later) and gave me a low score
I told her later it really doesn't matter if I used either because '=' worked just fine in my case. She was a little more pissed after knowing that I wasn't wrong. 😜
undefined
equalsvs=
wk8
string comparison