----- Am 27. Feb 2019 um 15:56 schrieb joel j...@rtems.org:

> What's the rationale for changing the group names and is this described in
> the software engineering guide?

We will add each of the about 5000 code files to at least one group, so this 
requires some common pattern. Use of CamelCase makes it easier to search and 
replace (we don't use CamelCase in C). The "RTEMS" prefix makes it possible to 
integrate the RTEMS files in a larger project if desired. Using 
PackageSubPackageSubSubPackageEtc makes the group names unique and easy to 
search by scope, e.g. "PackageSubPackage", "PackageSubPackage\>".

Updating the software engineering guide is on my list:

https://devel.rtems.org/ticket/3704
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to