mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 15:11:16 +00:00
docs: Remove the Microsoft rhetoric
There is no need to need to name Microsoft. The point is clear without that context. Signed-off-by: Yorick de Wid <ydewid@gmail.com> Link: https://lore.kernel.org/r/20210208150447.87104-1-ydewid@gmail.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
3cae85f5f9
commit
b7592e5b82
1 changed files with 1 additions and 2 deletions
|
@ -323,8 +323,7 @@ that counts the number of active users, you should call that
|
||||||
|
|
||||||
Encoding the type of a function into the name (so-called Hungarian
|
Encoding the type of a function into the name (so-called Hungarian
|
||||||
notation) is asinine - the compiler knows the types anyway and can check
|
notation) is asinine - the compiler knows the types anyway and can check
|
||||||
those, and it only confuses the programmer. No wonder Microsoft makes buggy
|
those, and it only confuses the programmer.
|
||||||
programs.
|
|
||||||
|
|
||||||
LOCAL variable names should be short, and to the point. If you have
|
LOCAL variable names should be short, and to the point. If you have
|
||||||
some random integer loop counter, it should probably be called ``i``.
|
some random integer loop counter, it should probably be called ``i``.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue