Currently, I have a more or less organized set of projects I work or worked on. Some are refactored, documented and unit-tested, others are not.
I recently started creating services layers and making declarations like: MyService myService = new MyService();
I\'m someone who has taught myself programming, and haven\'t had any formal training in .NET programming.
I am pretty much set on using the Java package naming convention of com.website.app.whatever but am unsure about the best way of doing this in PHP.
I\'m currently in the process of developing a fairly large static library which will be used bysome tools when it\'s finished. Now since this project is somewhat larger than anything i\'ve been involv
I\'m thinking about implimenting a 16 bit CPU in VHDL. A simplish CPU. ADD, MULS, NEG, BitShift, JUMP, Relitive Jump, BREQ, Relitive BREQ,开发者_StackOverflow中文版 i don\'t know somethign along these
I\'m starting on my first business project (.NET) and am trying to follow DDD 开发者_开发百科principles. Are there any guidelines or common patterns for orgaining source code and namespaces?
I\'m starting a new project. It will run on devices running Windows CE, Windows Mobile 6 and will also have a desktop version. The software will connect to some equipments through the serial port, usi
I\'m using Kohana 3 and it\'s template controller. My main site template controller currently looks something like this:
Should each page have its own .js, with reusable features (live search, drop-down menus开发者_高级运维) being included in some kind of all.js for each page?Not sure what the best way to structure this