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
-
Well at least your xamarin guy tries real hard and seems to succeed. Every new tech or language you have to use is hard at the beginning.
Hope you get well soon! -
Voxera115857yWe had several Java developers now doing C# and you often spot things hanging on from Java, like always using .Equals instead of == which apparently can so strange stuff in Java.
Unfortunately it can hide mistakes like comparing different incompatible classes always returning false :/ -
@Voxera because it kind of is strange. The only other language I can think of off the top of my head that does that is JavaScript.
-
Voxera115857y@tankerkiller125 Equals takes an object and checks it it can cast it to the right type and if its equal. It never throws an exception.
Related Rants
I'm the leader of a team developing a project at my company. Recently I had an accident which required me to have a surgery, and I was out for the last month.
Since it's an important project, our CTO reassigned a Xamarin dev to help my team (in JEE) while I'm out, you know, cause "C# looks like Java". The guy had to write a file stream handler, and - though the guy does a really good job - it's funny to see how desperately he's trying to understand how Java works with streams. Censored because of reasons.
undefined
git
c#
java