Top "Conventions" questions

.NET Testing Naming Conventions

What are the best conventions of naming testing-assemblies in .NET (or any other language or platform)? What I'm mainly split …

.net unit-testing testing naming conventions
Subqueries in CakePHP 3?

I have two tables products and product_categories that are associated through a third table, products_categories_products, according to …

cakephp subquery conventions cakephp-3.1 cakephp-3.x
Conventional Order of CSS properties

Is there a standard guideline of what order the CSS properties should be in? This would be to decide if …

css conventions
How to capture combobox selection in Caliburn Micro?

I am just starting with Caliburn Micro. I want to have a combo box with a list of strings, and …

silverlight conventions caliburn.micro
How to organize "projects" and "solutions" in Eclipse?

I've been told that an Eclipse workspace is the equivalent of a Visual Studio solution. But I've also been told …

eclipse conventions organization
AS3: cast or "as"?

Is there any difference of use, efficiency or background technique between var mc:MovieClip = MovieClip(getChildByName("mc")); and var mc:…

actionscript-3 flash casting coding-style conventions
When should a Python script be split into multiple files/modules?

In Java, this question is easy (if a little tedious) - every class requires its own file. So the number …

python coding-style conventions
Function commenting conventions in R

I'm fairly new to R, and I have been defining some of my own functions in script files. I'm intending …

r conventions comments
Struts 1 ActionForms - What's the convention for dates in the form?

I am about to start with e project that uses Struts 1.2. There is no plan to move to another framework. …

struts conventions struts-1