- When dealing with braces or curly brackets, open-close them in aligned mode, it's more visual for students:
- When dealing with curly braces, open-close them in aligned mode, it's more visual for students:
```c
void SomeFunction()
{
@ -62,4 +62,4 @@ void SomeFunction()
}
```
**When proposing new functions, please try to use a clear naming for function-name and functions-parameters, in case of doubt, open an issue for discussion.**
**When proposing new functions, please try to use a clear naming for function-name and function-parameters. In case of doubt, open an issue for discussion.**