code-organization
Where to start to build a real codebase from scratch?
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.[详细]
2023-01-05 23:35 分类:问答C#: Folder structure with service layer, interfaces, and mocks?
I recently started creating services layers and making declarations like: MyService myService = new MyService();[详细]
2023-01-05 22:19 分类:问答Organising UI code in .NET forms
I\'m someone who has taught myself programming, and haven\'t had any formal training in .NET programming.[详细]
2023-01-03 10:38 分类:问答Opinions sought on the best way to organise classes in PHP
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.[详细]
2023-01-03 03:00 分类:问答Nested namespaces, correct static library design issues
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[详细]
2023-01-02 22:54 分类:问答Large Scale VHDL modularization techniques
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[详细]
2023-01-01 05:30 分类:问答Guidelines for solution source code organisation(OO/DDD)
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?[详细]
2022-12-31 21:43 分类:问答Developing for mobile devices and desktop
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[详细]
2022-12-31 09:04 分类:问答KO3: How to deal with stylesheets and scriptfiles
I\'m using Kohana 3 and it\'s template controller. My main site template controller currently looks something like this:[详细]
2022-12-30 21:10 分类:问答What are some good techniques to organize JS includes for a large website?
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[详细]
2022-12-28 04:26 分类:问答