No.12536206 ViewReplyOriginalReport
Any math and programmer people here?
Is it just me or is math a less legible way of writing code?
Like ?for example, is an awful way of saying something is part of an array. And ? is an ugly as fuck way of writing
for ( init; condition; increment )
{
statement(s);
}
Yeah it's compact but regex is still better for that.

Just me or is there more to math?