- add comments next to magic numbers

This commit is contained in:
jacek.wolniewicz
2024-07-04 11:51:45 +02:00
parent 36475c2cf6
commit 3e555a502a
8 changed files with 118 additions and 13 deletions

View File

@@ -88,8 +88,6 @@ Do you prefer other programming languages?
{{if item is 2}}
my name is {{item.name}}
{{else}}
{{end}}
@@ -98,7 +96,6 @@ my name is {{item.name}}
<br>
## Listeners
```java
{{listener-content}}
```