Learn the uses of constructors in Object Oriented Programming(OOP). The question, Why one should create a constructor explicitly yet programming languages allow the programmers not to create a constructor for a class at all is answered in this good programming practice...Read More
Posts In "Good Programming Practice" Category
-
-
Short Form PHP Tags Vs Long Form PHP Tags
Monday, 31st October 2011Get to know why using long form PHP tags is of an advantage compared to using short form PHP tags. Most of the servers have short form PHP tags turned off by...Read More -
Indenting Program Statements
Friday, 28th October 2011Good programming practice. Indenting program codes makes their readability...Read MoreCategory: Good Programming Practice • Tags: Programming -
Commenting In Your Program Code
Tuesday, 11th October 2011Commenting in a program is very important and its a good programming practice. Definition: A comment is a programming language construct used to embed programmer-readable annotations in the source code of a computer...Read MoreCategory: Good Programming Practice • Tags: Programming -
Storing Media Files In The Database Versus File System
Thursday, 29th September 2011Storing media files in the database versus file system. A media file refers to any video or image or audio file. Learn about the disadvantages and advantages of using database or file system to store media...Read More
- 1
- 1/1
