Re: Core Programming Principles

Posted by alandibat on
URL: http://mikraite.559.s1.nabble.com/Core-Programming-Principles-tp1237p1488.html

Do you know OOP and MVC? Those are the standards of most companies who make web apps.

Programming according the OOP and MVC patterns, is more secure, and you can re-use your code for other projects a lot. Especially if you master the frameworks.