Search code examples
Should 'using' directives be inside or outside the namespace in C#?...


c#.netnamespacesstylecopcode-organization

Read More
Determining Optimal Code Complexity in Spring Boot REST Controller Methods...


javaspring-bootrestcode-organization

Read More
Adding codeowners for files in the root directory only...


githubcode-organization

Read More
Dividing main() function into separated functions...


c++functioncode-organizationraylib

Read More
Is there a way to collapse multiple functions at once but not all of them in vscode?...


cssvisual-studio-codesectionscode-organization

Read More
What is a good amount of code to have in a single file?...


code-organization

Read More
How to nest suffix file names like "texts-fr.json" to "texts.json" in Visual Stu...


visual-studiovisual-studio-2022code-organization

Read More
In what order should headers be included?...


c++includeheader-filescode-organization

Read More
Why can I not define main() first, and then the functions which it calls?...


c++program-entry-pointforward-declarationcode-organization

Read More
Why is each public class in a separate file?...


javacode-organization

Read More
How to organize multiple levels of class inheritance?...


inheritancecode-organizationgdscript

Read More
How do you organise your MVC controller tests?...


unit-testingcode-organization

Read More
"ModuleNotFoundError" when importing modules...


pythoncode-organizationmodulenotfounderror

Read More
Remove box around collapsed regions and summaries in Visual Studio...


visual-studio-2010code-organization

Read More
NetBeans shortcut key for collapsing/expanding a method...


javanetbeansexpandcode-organization

Read More
Code organisation and differentiation between tools and utils packages...


javacode-organization

Read More
How do I store in SVN my customizations to a public open source project?...


svncode-organization

Read More
Avoiding global variables in Perl (What is the "right" way?)...


perlvariablesglobal-variablescode-organizationscoping

Read More
How do you organize C# code in to files?...


c#code-organization

Read More
Should I put many functions into one file? Or, more or less, one function per file?...


c++build-processcompilationcode-organizationfile-organization

Read More
how deeply can the source path in windbg be nested?...


directorywindbgcode-organization

Read More
How do I deal with many levels of indentation?...


haskellindentationcode-organization

Read More
How to make my Python unit tests to import the tested modules if they are in sister folders?...


pythonimportdirectorycode-organizationpython-unittest

Read More
How can i make my function run even more faster?...


pythonpython-3.xoptimizationcode-organization

Read More
Is it bad practice to separate sections of code inside one method with curly brackets?...


javacoding-stylecode-organization

Read More
Create Shortcut For Code Folding Curly Brackets...


rmacrosrstudiocode-organization

Read More
What is right way to organize structure of SPA project with respect of convenient deploy and version...


gitdeploymentfrontendbackendcode-organization

Read More
How to automatically structure java class source code?...


javaandroid-studioclassorganizationcode-organization

Read More
What's the best place to put all logic about generating a report in ruby on rails?...


ruby-on-railscode-organizationproject-organization

Read More
Access private functions from private functions in Octave [BUG]...


octaveprivatecode-organization

Read More
BackNext