[ciapug] Web Professionalism

Dave J. Hala Jr. dave at 58ghz.net
Fri Nov 25 07:57:37 CST 2005


It's difficult to verbalize. Let me try... I think that procedural
programming is more like the thought process I use.   Not that I don't
sometimes think in "object mode", because I usually do at the beginning
of the process. (that's the curse of us south paws...)  

Usually, I'll conceptualize the problem, then break it into components
(objects)  Typically, I'll start in the middle of the problem and work
my way out. Once I have compartmentalized all my components, (objects)
I'll define each one using psuedo code. Then I'll convert that to code.

The pseudo code tends to be really linear and that seems to favor
procedural methods. If I had "pre-made" objects, I could probably skip
the definition stage. Then I would be doing OOP. However, most of my
stuff is very, very specific and won't fit well into a generic object
container. ( did I say that?!!)

Not to be off subject, but I think the key component of the "web
proffesional" topic isn't really about how everyone else is doing it, or
what the current trends are, but its more about continually learning and
applying new techniques as they are appropriate in your envirnoment. In
other words, developers need to continually grow and evolve, as do the
systems they maintain.


On Thu, 2005-11-24 at 19:45, Carl Olsen wrote:
> What do you like better about procedural?
> 
> -----Original Message-----
> From: ciapug-bounces at cialug.org [mailto:ciapug-bounces at cialug.org] On Behalf
> Of Dave J. Hala Jr.
> Sent: Thursday, November 24, 2005 6:04 PM
> To: carl-olsen at mchsi.com; PHP List
> Subject: RE: [ciapug] Web Professionalism
> 
> I'm not against OOP PHP code, I do a little of it but I still prefer to 
> do procedural.
> 
> On Thu, 2005-11-24 at 16:27, Carl Olsen wrote:
> > I have a question for everyone.  How many people prefer to write
> procedural
> > PHP code as opposed to object oriented (OOP) PHP code?
> > 
> > Carl
> > http://www.carl-olsen.com/
> > 
> > -----Original Message-----
> > From: ciapug-bounces at cialug.org [mailto:ciapug-bounces at cialug.org] On
> Behalf
> > Of laith
> > Sent: Thursday, November 17, 2005 6:43 AM
> > To: ciapug at cialug.org
> > Subject: Re: [ciapug] Web Professionalism
> > 
> > Keeping up is always good.
> > 
> > Unfortunately not everyone thinks this way so many good things you might 
> > learn will not be useful for longer than it should take.
> > 
> > Laith
> > 
> > Chris Van Cleve wrote:
> > > There has been a flurry of articles this week about New Web  
> > > professionalism.
> > > 
> > > See: http://webstandards.org/buzz/archive/2005_11.html#a000590
> > > http://webstandards.org/
> > > http://www.456bereastreet.com/archive/200511/
> > > a_web_professional_can_never_stop_learning/
> > > 
> > > I believe in this whole-heartedly. Keeping up with standards,  
> > > methodologies, trends, etc. is important as a true professional. I am  
> > > curious what everyone else's take on this is.
> > > 
> > > Chris VC
> > > 
> > > _______________________________________________
> > > ciapug mailing list
> > > ciapug at cialug.org
> > > http://cialug.org/mailman/listinfo/ciapug
> > 
> > _______________________________________________
> > ciapug mailing list
> > ciapug at cialug.org
> > http://cialug.org/mailman/listinfo/ciapug
> > 
> > _______________________________________________
> > ciapug mailing list
> > ciapug at cialug.org
> > http://cialug.org/mailman/listinfo/ciapug
-- 

Open Source Information Systems, Inc. (OSIS)
Dave J. Hala Jr., President <dave at osis.us>
641.485.1606



More information about the ciapug mailing list