Only if they are well-known in the language you’re using or domain you’re writing for. x and y are fine for coordinates. i and j are fine for loop indices. But abbreviating things unnecessarily is bad IMO. s = GetSession() is too terse, for example.
x
y
i
j
s = GetSession()
Not my IP; it’s just a random one that didn’t respond to pings.
Apache2 is preferred nowadays.
You think that a license that imposes more restrictions on its use is more free than one that imposes fewer???
Where my Apache-2.0 gang at?
Apache-2.0
Or just use vscode remoting.
Science fiction spacecraft - Enterprise, Nostromo, Tardis, Falcon, etc.
Also that one guy with their home country set to The Vatican.
Nobody commenting on the chirality difference…
Only if they are well-known in the language you’re using or domain you’re writing for.
x
andy
are fine for coordinates.i
andj
are fine for loop indices. But abbreviating things unnecessarily is bad IMO.s = GetSession()
is too terse, for example.