Does the Umbraco namespace differ from the umbraco namespace, or was this just an oversight? It seems there's 4 or different casing conventions in use in the project names alone (Umbraco.Core, umbraco.MacroEngines, umbraco.businesslogic, umbraco.editorControls). Do the casing styles represent something?
This is kind of legacy. It should all be Umbraco of course, but in reality it isn't. Fixing this would mean every single package and custom implementation would break. So therefore you still see it in the source.
Umbraco versus umbraco casing in source
Does the Umbraco namespace differ from the umbraco namespace, or was this just an oversight? It seems there's 4 or different casing conventions in use in the project names alone (Umbraco.Core, umbraco.MacroEngines, umbraco.businesslogic, umbraco.editorControls). Do the casing styles represent something?
Hi Michael,
This is kind of legacy. It should all be Umbraco of course, but in reality it isn't. Fixing this would mean every single package and custom implementation would break. So therefore you still see it in the source.
Best,
Richard
OK I figured as much. Just wanted to make sure there wasn't some hidding meaning.
Where is a good place to start understanding the source code base? The wiki pages seem a bit thin. Thanks!
is working on a reply...