View Single Post
  #1  
Old 04-12-2012, 04:10 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 331,826
Hall of Famer is on a distinguished road
Default Standards for PHP programmers, which category are you in?

Here is the standard for PHP programmers in terms of skills. Note it is not completely objective, although most of the items listed should make perfect sense to most people.

Noncoder:
---Cannot write their own codes, may or may not understand PHP variables, constants and operators
---Occasionally able to copy/paste script made by others to get desired outcome
---Do not know what security is, and do not worry about it in most cases

Beginner:
---Can write basic procedural codes, knowledgebase of PHP covers at least arrays and functions
---Always able to copy/paste existing codes to get desired results
---Not capable of using OOP and basic design patterns
---Can use simple MySQL database functions
---Know what security is and start to look into encryption and form validation

Intermediate:
---Can write OOP codes and know how to use third party classes(though may not be able to use them efficiently)
---Familiar with concepts like inheritance, Polymorphism, interface/abstract class, encapsulation, and make use of them in practices
---Know basic design patterns such as strategy, abstract factory, iterator, decorator, and can apply them in practices if a design pattern is specified
---Can use OOP style database libraries such as MySQLi and PDO, or even know how to extend them if needed
---Worry about security before getting started on coding, and can write script to eliminate most security flaws

Advanced:

---OOP is being used everywhere and essentially no trace of procedural codes. Codes are reusable and extensible.
---Capable of using and designing MVC frameworks, know how to use Zend, CakePHP, Codeignitor frameworks, can integrate 3rd party script to work with their own framework.
---Expert at all design pattens, and know which is the best design pattern to use under various circumstances
---Proficient at security handling, script is completely flawless in terms of security issues
---Able to use multiple programming languages interchangeably(not required, really, but most advanced programmers are like that)

So what is your PHP skill at this point? Are you a noncoder, beginner, intermediate or advanced programmer? Note this is mostly a survey, an advanced programmer is not inherently superior to anyone.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote