-
add const to blue highlighted code
-
-
Mostly this needs organizing folders, remove dead code, etc.
-
Need the code to be cleaned and formatted properly and functions should be assigned meaningful names
-
good names, small functions and no comments other than TODO or very needed
-
Output
- [x] remove unknown output variants from output
- [x] make sure all file creations is done via MakeFile
- [x] maybe make init, close, and log an interface, which is used from the outputWo…
-
```javascript
function manger_une_crêpe(pile) {
var length = pile.length;
var nouvellePile = [];
for (let i = 0; i < length - 1; i++) {
nouvellePile.push(pile.shift());
}…
-
Remove Inline styles
Remove hard-coded styles
Align them with Tailwind classes.
-
Several cleanings are needed:
- suppression of unused local variables
- addition of missing "IMPLICIT NONE"
- addition of missing "INTENT" attributes
-