code-organization
Typical rule of thumb for dividing pieces of code into seperate projects
I\'m wondering when to divide code, and components of a project into a separate project.I\'m creating a MVC .NET Web project, and there are many directories/sub-directories, and I haven\'t even starte[详细]
2023-01-14 12:38 分类:问答Debug class, c++, linker error
I am trying to write a debug class for a project I am working on, and I do not want to have to pass a debug object around so I was trying to do it this way. However, I do not know why my compiler or l[详细]
2023-01-14 06:52 分类:问答Are there tools that help organizing #includes?
Are there any tools that help organizing 开发者_运维技巧the #includes that belong at the top of a .c or .h file?[详细]
2023-01-14 06:07 分类:问答Should I bundle source and class files in the same JAR?
Separate Jars When creating JAR files, I\'ve always kept the source separate and offered it as an optional extra.[详细]
2023-01-13 09:30 分类:问答Can/should directories for test frameworks be consolidated into a top-level directory (a la vendor/plugins)?
For some reason, I find it really irksome that the files for each testing framework (rspec, test::unit, cucumber, etc.) live in a separate folder in the top level of my a开发者_JAVA百科pp.Is there a s[详细]
2023-01-12 03:29 分类:问答organizing large pieces of code
I was wondering what methods of code organization stackoverflow users use. I have a s开发者_运维百科poradic thought process and as a result my code can start to look messy and over whelming. Any tips[详细]
2023-01-11 03:08 分类:问答I'm about to open source a C++ project on Sourceforge. Can I get some tips on code organization?
I\'m about to upload a project I\'ve been working on onto Sourceforge under the GPL, and was hoping to get some advice on how to organize the code in a fashion that is easy to understand and use by an[详细]
2023-01-09 11:25 分类:问答Organizing, Storing, and Keeping Track of code for reuse
Many moons ago I started storing my music as MP3’s.I downloaded like mad and just dumped them all into a folder.After collecting thousands of songs I had a big mess.After two years of organizing all[详细]
2023-01-09 03:24 分类:问答JavaScript Code Organization Suggestions/Code Review
I am working on a large site that has a lot of custom (page specific js). There is one main.js and page-specific.js files. Is there a better approach that can use the following pattern?[详细]
2023-01-08 22:03 分类:问答Is there a better way to organize and make this SQL query more readable?
I have inherited a piece of SQL that I am working on for a reporting system. The system is centered around Purchase Orders, and when they are Created, Transmitted, Acknowledged, and Confirmed. These s[详细]
2023-01-06 10:27 分类:问答