I still have a ton of refactoring to do but I'll h...
# tornadofx
a
I still have a ton of refactoring to do but I'll have to take an objective look once it's all done. Next update to my github repo will include automatic resizing for dropping tiles onto large grid tiles
👍 1
a
It is a good idea to make small commits instead of large ones. It keeps the commits simple and atomic.
a
Of course. I commit as soon as I can verify the progress I made doesn't break anything 🙂
Although, it might not appear that way on the github project. I split my project recently into 2 projects, so now I actively work on my private version and if I decide that a certain implementation can be placed in the open-source version, I'll add it in.
a
But, why do you have 2 versions? Why can't you directly commit to the github project?
a
I have them split into 2 projects because one version has sensitive information based on our business and core products. It seems like the competition is a little cutthroat, so I wouldn't want to be responsible for putting information like that up there