Gollum@feddit.de to Programmer Humor · 2 年前I mean it could be righti.imgur.comimagemessage-square20linkfedilinkarrow-up1300arrow-down117
arrow-up1283arrow-down1imageI mean it could be righti.imgur.comGollum@feddit.de to Programmer Humor · 2 年前message-square20linkfedilink
minus-squaremcmoor@bookwormstory.sociallinkfedilinkEnglisharrow-up26·2 年前When the company tries to be cheeky and starts to count characters instead
minus-squareJohanno@feddit.delinkfedilinkarrow-up8·2 年前Rename c to completelyUnimportantVariableThatISoLongBecauseIGetPaidMore
minus-squarePoolloverNathanlinkfedilinkEnglisharrow-up1·2 年前Just add ZWJs - they are IdentifierParts, so any language with Unicode-based identifiers (e.g. JS) lets you add them where digits can go, but they are also completely invisible.
When the company tries to be cheeky and starts to count characters instead
Rename c to completelyUnimportantVariableThatISoLongBecauseIGetPaidMore
Just add ZWJs - they are IdentifierParts, so any language with Unicode-based identifiers (e.g. JS) lets you add them where digits can go, but they are also completely invisible.