kalaksi / lightkeeper

GNU General Public License v3.0
124 stars 5 forks source link

TODOs #9

Open b1ek opened 10 months ago

b1ek commented 10 months ago

A list of tasks you can do if you want to help the project.
Also you can check out the issues section for bug reports!

Dont forget to reference this issue when submitting a task fixing PR!

I collected those from code comments that are like this:

// TODO: blah blah blah

To view all comments like this, do this:

$ grep -n TODO $(find src -type f)
kalaksi commented 9 months ago

Just checked one box since I added some path validations. By the way, any non-trivial code contributions should be discussed first to avoid problems.

b1ek commented 9 months ago

By the way, any non-trivial code contributions should be discussed first to avoid problems.

I agree! I opened this issue just to help collect the TODO stuff (cmon the code is about 15 thousand lines)

Prime example is the kirrigami thing. Sounds pretty pointless to me and is kind of an overkill