Re: [PATCH] docs: add a best practices coding guide

2024-02-15 Thread Julien Grall
On 08/02/2024 16:27, Julien Grall wrote: Hi Juergen, On 08/02/2024 16:05, Juergen Gross wrote: Today the CODING_STYLE contains a section "Handling unexpected conditions" specific to the hypervisor. This section is kind of misplaced for a coding style. It should rather be part of a "Coding be

Re: [PATCH] docs: add a best practices coding guide

2024-02-08 Thread Julien Grall
Hi Juergen, On 08/02/2024 16:05, Juergen Gross wrote: Today the CODING_STYLE contains a section "Handling unexpected conditions" specific to the hypervisor. This section is kind of misplaced for a coding style. It should rather be part of a "Coding best practices" guide. Add such a guide as doc

[PATCH] docs: add a best practices coding guide

2024-02-08 Thread Juergen Gross
Today the CODING_STYLE contains a section "Handling unexpected conditions" specific to the hypervisor. This section is kind of misplaced for a coding style. It should rather be part of a "Coding best practices" guide. Add such a guide as docs/process/coding-best-practices.pandoc and move the menti