-
### Feature description
# Background
@abrl91 has owned the process of redefining coding conventions. We have finalized the two following convention documents:
- [Module & Folder Structure](https:…
-
Todo:
Look at: https://leia3d.atlassian.net/browse/GB-202
Make all of our repos conform to the rules outlined there.
---
Originally reported by , imported from: Make repos conform to code conven…
-
### Quoi ?
Actuellement nos fichiers `__init__.py` sont souvent surchargés avec des imports, pour simplifier ensuite l'appels des classes ailleurs dans le code.
### Example
```
// data/model…
-
Written on 10/10/2016 12:14:32
URL: https://dmitripavlutin.com/coding-like-shakespeare-practical-function-naming-conventions/
-
### đź’ Description
The `launch.json` specified in the [CONTRIBUTING.md](https://github.com/appwrite/appwrite/blob/main/CONTRIBUTING.md#vs-code-launch-configuration) wasn't quiet right. At least for me…
-
The common approach seems to be:
- do nothing if the exception is handled by the instrumented library (retries, etc)
- for unhandled (by client lib) exceptions:
- set span status to error
- se…
-
## Expected Behavior
Given a comment inside a lambda argument definition function-literal rule should not produce breaking changes.
## Steps to Reproduce
Example:
```
…
-
1. What is ww_APIKEY, make it more explicit
2. All constants should be full caps, all variables should be of form a_b
3. TImestamp can be recorded in epoch, much more standard, since no global standar…
-
If pfff aims to be a tool useful outside Facebook, it should support the main community conventions, which are [PSR](http://www.php-fig.org/psr/).
-
This is a tracking issue for https://github.com/open-telemetry/semantic-conventions/issues/1118#issuecomment-2173803006 Phase 2
Currently we don't allow collisions between attribute/event/etc names…