-
Here's a screenshot from an exercise we use:
A student complained that the "P" and "C" in the instructions are too small and at first they thought these were lowercase. It turns out those are…
-
Currently we do not have or use a coding style. For instance:
- Some files are indented by tabs, other by spaces.
- We do not fully comply with pep8 (e.g. ~~camel casing in Python~~).
- Cpp file…
-
**Is your feature request related to a problem? Please describe.**
I want to contribute, but the code seems to have inconsistent styling and not be styled the way I'm used to. This makes it harder to…
-
Type: Bug
I've installed FIra code in my system. It was working fine but from few days, all my Fira code settings is reset and fontFamily and fontLigatures are not loading. Is there any bug or enhan…
-
4.3 Stable
Coding style fixes
In the master directory, the methods.py file has many small code smells. For example, missing or inconsistent comments style:
![Image](https://github.com/user-attachmen…
-
Code blocks are not styled and appear in the standard LogSeq blue.
![image](https://github.com/user-attachments/assets/c4389722-22e2-4e27-9c01-4a0db781b7e8)
-
### Description
Currently, there is a code style, [`Website:"docs/contributing/code-style"`](https://files.community/docs/contributing/code-style). However, this would be better if it was enforced th…
-
Maybe just [Black](https://github.com/psf/black)?
-
Line Delving_into_darkness.cpp:15 uses
```cpp
CreateCurrentScreen CurrentScreen;
```
but elsewhere is lowerCamelCase
-
Writing a lot of Js can quickly become overwhelming. So, take the good habits with the Aibnb coding style bro!
[AIBNB Coding Style](https://github.com/airbnb/javascript)