php Programming Glossary: modularity
What are available solutions of a browser / mobile phone detection http://stackoverflow.com/questions/15055277/what-are-available-solutions-of-a-browser-mobile-phone-detection for a javascript framework with its 12kb. Because of its modularity it can become smaller depending on your needs. Bad Can do only..
Classes. Whats the point? http://stackoverflow.com/questions/1993638/classes-whats-the-point such as information hiding data abstraction encapsulation modularity polymorphism and inheritance From an article .. top 15 best..
What is the best way to format messages for queueing? http://stackoverflow.com/questions/2444157/what-is-the-best-way-to-format-messages-for-queueing point of failure server instance easy to setup and use modularity for queue storage and message transports currently filesystem..
What are the characteristics of spaghetti code? http://stackoverflow.com/questions/2573704/what-are-the-characteristics-of-spaghetti-code wordpress coding style share improve this question No modularity everything in one file class module namespace package or whatever.. package or whatever your language uses to provide modularity Plenty of goto 's Poor organization No clear separation of functionality..
Architecture more suitable for web apps than MVC? http://stackoverflow.com/questions/7621832/architecture-more-suitable-for-web-apps-than-mvc controllers. Each with own triad of M V and C. You gain modularity and maintainability but pay with some hit in performance. Anyway...
Design pattern for implementing plugins in PHP applications http://stackoverflow.com/questions/9244313/design-pattern-for-implementing-plugins-in-php-applications you should make sure your system architecture supports the modularity. Have a look at these slides for some ideas http qafoo.com talks..
|