-
Please use common code conventions for variable/methods/class/ect. names.
It is much more easier for other people (your colleagues/contributors maybe) to understand your code, for example:
Inste…
-
**Description**
With the introduction of the new App Router in Next.js (since version 13), Next.js has adopted a convention where placing files with specific names directly into the `app` directory…
-
To follow logger coding conventions and to optimize performance by avoiding unnecessary object allocations, we should consider adding log flag queries to logging statements, at least to those that cre…
fh-ms updated
1 month ago
-
### What happened?
## Steps to Reproduce
Playground: https://www.typescriptlang.org/play/?ssl=4&ssc=1&pln=4&pc=21#code/JYWwDg9gTgLgBAKjgQwM4pjK6BmUIhwBEAAhGAKYB2MFANhSBVgJ4D0qjyNwAxgLS8IVAG7UYwYai…
-
## Is your improvement request related to a feature? Please describe (👍 if you like this request)
The Longhorn project currently lacks explicit code conventions, such as limitations on line length.…
-
File names are either fileName or FileName and maybe should be considered being file-name...
Documentation is non-consistent and incomplete
Need precise code conventions described in a CONTRIBUTING.md…
-
We need conventions about how to declare or imperatively build components and dom subtrees in JavaScript code.
These conventions should be treated as recommendations. But I sure neither JavaScript …
-
https://www.devbridge.com/articles/coding-best-practices/
Currently there aren't coding convention checks in place to enforce coding conventions for this project other than code reviews.
- .Editor…
-
```
I suggest adopting some (written) coding conventions to keep the source
easier to read, and to avoid some common pitfalls that occur when the
compiler is the only syntax verification step.
Sun ha…
-
![image](https://user-images.githubusercontent.com/14167519/42667675-e6ab010a-861a-11e8-926a-d84f67a54c62.png)
When API calls return an error, would like a more uniform style in messages for better…