As I am about to be finish with school here and starting out as a basement coder my syntax usage of various languages is 'Unique' at best. I was curious if professionally I should relearn a better way or just keep trucking.
I doubt someone will not hire someone because say in perl
while ($loopcounter < 10) {
is used instead of
while ($loopcounter < 10)
{
But is there a way "professionally" I should be doing this?