|
Deospeon (November 30, 1999 at 12:00 am)
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/deospeon/public_html/forums/login.php on line 27Sorry, The Username and Password are incorrect!Help?
GeniusAndrey (November 30, 1999 at 12:00 am)
where did you learn php?what a programm did you use on this video for recording
KaelinPWNS (November 30, 1999 at 12:00 am)
your HD videos squeak and skip, :( and the sound is faster than the picture.
TomboFry (November 30, 1999 at 12:00 am)
which video comes after this one?
naishjam (November 30, 1999 at 12:00 am)
I would disagree myself, since OOP can simplify all aspects of programming. The basic principle takes a little getting used to - you're thinking about things, not actions - but once you get your head around that it really is a lot more straightforward than trying to write algorithms that or two or three hundred lines long. Furthermore, you need to learn best practice from day 1. Anyways, that's my opinion. This is your tutorial. But the guy said he was new and I offered help.
lifeg0eson666 (November 30, 1999 at 12:00 am)
I understand, but OOP isn't for the newcomers. IMO teach them simple coding that can breach far.
naishjam (November 30, 1999 at 12:00 am)
Don't get me wrong, I'm not trying to undermine your tutorial - I think it's great that you're helping to make web development more accessible to newcomers, but it is crucially important that people who are looking to write their own code learn and develop good coding practice. It's all about making code more secure, intuitive and maintainable.
naishjam (November 30, 1999 at 12:00 am)
Well, with OOP you wouldn't have just one class to do this. The main advantage of OOP is that it encapsulates and allows you to hide data and functionality which reduces the coupling between units of code. Of course, you still have to write the code, but by writing object-oriented code you will find pretty quickly that changes to your system take less time. Agreed, OOP is cleaner, but its strengths go much deeper than that, and it's certainly preferable to procedural code.
lifeg0eson666 (November 30, 1999 at 12:00 am)
check the description...
lifeg0eson666 (November 30, 1999 at 12:00 am)
With OOP you still have to write out the error checking in the class and it's really just use to keep everything cleaner. |