-
A couple of comments for readability:
- [x] remove org from model name
- [x] and add reference link #1316
- [x] multiply scores by 100 and keep one decimal, e.g. 78.1 (@orionw not sure if this …
-
- [ ] update function/variable names to be more meaningful
- [ ] add more comments when the names are not self-explanatory
- [ ] figure out what each function is doing, rethink about package exports
-
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/master/files/c9e9dc29-86ac-4528-a66b-08846fd150dc.png)
I suggest wrapping arguments like `owed/` and `paid/` with `` in order to …
-
It would be nice to have this feature available so Recode would automatically add or remove parentheses as desired.
I find it useful I have use parentheses for zero-arity functions and Phoenix gene…
-
Adjust text size for better readability on smaller screens
@media (max-width: 480px) {
.footer-text {
font-size: 12px;
}
}
-
![image.png](https://raw.githubusercontent.com/Meowloid/pe/main/files/c9e9dc29-86ac-4528-a66b-08846fd150dc.png)
I suggest wrapping arguments like `owed/` and `paid/` with `` in order to help readabil…
-
Restructuring code improves its readability by applying consistent formatting, removing redundant or necessary code, and organizing it in a logical and cohesive manner. Restructuring makes code more m…
-
The display of the punctuation is very bad. Especially the dots and exclamation marks.
-
Thanks for the nice tool! I would like to ask for few options to be added/improved:
- change font to monospace (toggle `on`/`off`?)
- change font size (`+`/`-`?)
- let us choose from combinations…
-
#### Is your feature request related to a problem?
While clip.py is fully functional and in good shape, the _mask_is_list_like_rectangle function is missing a docstring. There are also two separate…