Greetings,
In talking to other programmers out there, there seem to be two camps, people who use perl and those who don't. Everyone has reasons, but i just thought i would share my meditations on this matter.
I think most would agree that there are always those programmers who make languages do things that the inventor of the language never intended, and this applies to PERL and many other languages as well, but is this a good thing?
I have heard that good programmers are good programmers and the language doesn't matter, and i am sure everyone knows if they are reading the code of a good programmer, but in my experience this is subjective as well, because good can mean that the programs run efficiently and are small, or that they are well documented and are easy to understand but sometimes when PERL is used it is efficent but the syntax allows layzness, and disorganization. What i want to ask is what makes good programmers good? Is it about documentation, efficency, organization, using OOP, the algorithm, or some mysterious aura of having a logical mind and a heart of silicon?
All too many times i have heard of programmers that didn't write the code having to manage 2000 lines PERL scripts that are cryptic and don't use strict or warnings, and almost always are surprised that the code even works.
Another part of me likes this feature of PERL in that it keeps out the Riff-Raff, simply because you are forcing the people after you to share your technical talents and engage you in the game of decrypting your code etc..., what are your thoughts on this type of Abuse or Use of PERL and do you think it is related to the programmer more then the language. I am sure that a crytic programmer can always find a way to write cryptic code. In c++ it could always be using the terenery operator over if/else, and this also ties into code obfuscation.
Well enough ranting and raving, just thought i would share my meditations even if they are disorganized mumblings.
Enigmae
Re: Uses and Abuses of PERL
by valdez (Monsignor) on Oct 04, 2002 at 23:14 UTC
|
| [reply] |
Re: Uses and Abuses of PERL
by Phemur (Beadle) on Oct 05, 2002 at 13:17 UTC
|
I work with an awful lot of talented (and real crappy) programmers, and I've been observing them to try to learn what makes them so good (and so bad). I've come to the conclusion that there is no magic answer. It's a combination of things, and different programmers have different combinations. Here are three examples of gifted programmers, with very different skill sets.
Programmer A
This first programmer is only a few years out of school, but he's quickly become one of the company's top engineers (and we have about 800 of them). He has an incredible ability to research and learn (he's like a sponge), but what sets him apart is his creativity in applying what he's learned.
Programmer B
He's a more senior engineer. He's an "old-school" C programmer, and so his C++ code has a lot of globals and pointer arithmetic, but he doesn't make many mistakes (if any). In addition, he has a lot of vision and an uncanny ability to predict the future. His code reflects this, by leaving a lot of flexibility for future development.
Programmer C
In terms of experience, he sits somewhere between programmer A and B. His key to success is simplicity. He doesn't use fancy code or technologies to get work done. He relies on tools he knows well, always picks the right tool for the right job, and makes sure his code is as simple as possible. It may not be flexible or fancy, but it's so easy to read that anyone can understand it. It's quickly modified, and there are rarely any bugs in the code.
Each of these programmers has his own strengths, and I could go on for a while about what makes them so good.
Documentation, efficiency, and all of the other traits you mentioned are all good qualities for a programmer to have, but in the end, knowledge, and the ability to apply it, is what sets them apart. You can be the most organized, efficient, creative person on the planet, but if you don't know the tools and technologies you're using, and you don't know what problem you're trying to solve, your code will be crap.
Read, learn, apply. Often. That's the key to becoming a wicked engineer (IMHO).
Phemur
| [reply] |
Re: Uses and Abuses of PERL
by BUU (Prior) on Oct 05, 2002 at 01:26 UTC
|
Perl. Not PERL.
That is all.
(cowers from the wave of downvotes) | [reply] |
|
heh. Ironic I was going to post something similar.. especially considering the title of the node.. Uses and Abuses of PERL - one is abusing it right now by the grammer/capitalization of it. But, it's hard to be flamish about this issue - due to so many others who make the same mistake on the Web today. I don't mean those seeking Perl answers - but actual articles written by people for informative websites or whatnot. It's crazy how many capitalize it - I'm assuming they do it due to it being an acronym. An interesting node to view - PERL should change it's name.
Update: Alright.. not an acronym..so don't capitalize it ;)
| [reply] |
|
| [reply] |
A reply falls below the community's threshold of quality. You may see it by logging in. |
|
|