X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7d28d93b90eedd2a49da8b9b990296669e46d05c..aea3ef1979beaf6ac6f3060e8f99563735e413ed:/README.coding diff --git a/README.coding b/README.coding index 7417d89d34..e3eed4041c 100644 --- a/README.coding +++ b/README.coding @@ -20,7 +20,7 @@ SimGrid4 will follow the these rules: - - filenames are unique in the whole project + - filenames are unique in the whole project (because of a bug in Sonar coverage computation) C++ - fields, methods and variables are in snake_case() @@ -40,7 +40,7 @@ SimGrid4 will follow the these rules: - variables and functions are in snake_case() - typedefs do not hide the pointers, i.e. * must be explicit char* sg_host_get_name(sg_host_t* host); - + This is different from the old convention (described below), that should not be used in S4U and its bindings, nor in the kernel. @@ -74,7 +74,7 @@ We use @ as a command marker, not \ (so, use @brief not \brief) ** ***************************************************** -SimGrid3 legacy interfaces (ie, MSG and SimDag) are following these rules: +SimGrid3 legacy interface (ie, MSG) is following these rules: - ???_t is a valid type (built with typedef) - s_toto_t is a structure (access to fields with .)