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
-
setyadi7328yMy problem is bigger. I always write `:w` (vim save command) right after I finish a sentence or paragraph.:w
Shit! Not again.
Well, this one is fake. :))
I only do that with laptop keyboard. -
At first we learned C# at school. Half a year ago we switched to python where '==' is 'is' and '!=' is 'not is', so a very basic language. My school mates don't know any other languages, only C# and Python. They don't have these problems. Personally I code since (about) 7 years and I don't use Python at home, so I have these problems. Mostly I write ';' at the end;
-
@Gurkengewuerz or 'is not' but
`is != ==`
or if you want
`is is not ==`
They ahve different meanings sometimes.
`x is y` implies `x == y`, but they have different meaning. First one compares objects and yields True only if x and y refer to one object. The later one checks for value equality.
Related Rants
You know you're a programmer when you're doing math and you write == instead of = (Am I the only one who does this?)
undefined
maths
joke