Name: Anonymous 2009-09-01 1:02
Is there anyone else on /prog/ that tends to get a little obsessive compulsive about how their code is written? I do, and I think this will be my downfall. I am going to use PHP, and Perl as an example because they have similar syntax.
I absolutely hate the
You could just as easy write:
I am sometimes forced to use PHP by my employer, and I hate it's syntax.
inb4 (*)
I absolutely hate the
$ before scalars. They look incredibly ugly to me. A lot of people tell me "Well, it's better than not having it there, I guess." I don't think so.You could just as easy write:
int a = 1234;
int b = ' this is a string';
print a+b # Or a.bI am sometimes forced to use PHP by my employer, and I hate it's syntax.
inb4 (*)