Skip to content

Commit a5593c4

Browse files
committed
Update comments
1 parent 7df49cd commit a5593c4

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

irrelevant/json_generator.py

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22
An inefficient monolithic piece of code that'll generate jupyter notebook
33
from the projects main README.
44
5-
TODO
5+
PS: If you are a recruiter, please don't judge me by this piece of code. I wrote it
6+
in hurry. I know this is messy and can be simplified, but I don't want to change it
7+
much because it just works.
68
7-
- CLI arguments for running this thing.
9+
Simplifictions and improvements through patches are more than welcome however :)
10+
11+
12+
#TODOs
13+
14+
- CLI arguments for running this thing
815
- Add it to prepush hook
16+
- Add support for skip comments, to skip examples that are not meant for notebook environment.
917
- Use templates?
10-
1118
"""
1219

1320
import json

0 commit comments

Comments
 (0)