modularization
An OSGi use case - am I right or not?
I am just familiar with OSGi technology - never used but heard of it so many times. I\'ve read several articles \"for dummies\" but I think I still fail to understand its use case completely. Maybe so[详细]
2023-03-09 05:11 分类:问答Is MVC a good design pattern for a GAE app?
my GAE app is currently setup with the following filenames main.py (2 main models and logic for creating and updating the models)[详细]
2023-03-06 18:56 分类:问答Modulation of adding new Strings -> Method calls
If I have a program that does the following: if(input==\'abc\'){do x} if(input==\'def\'){do y} In the future, I may want to add another piece of code like so:[详细]
2023-02-12 08:30 分类:问答Embedding PHP include statements within a string that gets echoed
I\'ve been trying to clean up my site by defining my site structure as php string variables and then echoing those variables out. This condenses all of my site structure down to five lines with an art[详细]
2023-02-10 02:50 分类:问答Javascript modularising large objects
I\'ve got an object defined as a function, and it\'s got a lot of methods and properties in it, what are some ways to modularise this to make it more manageable?It is possible to put functions inside[详细]
2023-01-27 10:39 分类:问答How to modularize a JSF/Facelets/Spring application with OSGi?
I\'m working with very large JSF/Facelets applications which use Spring for DI/bean management. My applications have modular structure and I\'m currently looking for approaches to standardize the modu[详细]
2022-12-25 09:31 分类:问答When is abstraction and modularization a bad practice in programming?
just saw this comment in a \"what JS lib do you use\" poll \"@Xanti - yes, yes, modularization and abstraction in programming is a terrible practice. Functions that call other functions? Wasteful.\"[详细]
2022-12-21 13:05 分类:问答How does hiding information help in modularization?
How does information hiding help to decouple the m开发者_运维问答odules that comprise a system?Encapsulation (information hiding) allows you to only expose the absolute minimum to the outside world. T[详细]
2022-12-10 05:10 分类:问答