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
-
@c3r38r170
Probably not - but i don't know for sure.
But i just realized that even my lambdas always have alphanumerics in their argument names or return values.
So my favourite non-alphanumeric piece of code is PHP's coalesce operator "??" (also "??=" for conditional assignment).
Then comes the command chaining pipe "|" (also use it in DSLs),
followed by "((){" + code + "})();" for non-scope-polluting execution. -
Now what Visual Studio supports emoji as variables names :
try {
}
catch (Exception 💩) {
throw 💩;
}
What's your favourite non-alphanumeric piece of code?
Mine is "!!+" (JS, numeric string to boolean), second place is "+ ++" (many languages, plus the next variable increased by one).
They just remind me of the crazy world we live in.
question
symbols