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
abhinay
02/04/2018, 1:32 AM
It is a good idea to make small commits instead of large ones. It keeps the commits simple and atomic.
a
amanda.hinchman-dominguez
02/04/2018, 7:50 PM
Of course. I commit as soon as I can verify the progress I made doesn't break anything 🙂
amanda.hinchman-dominguez
02/04/2018, 7:51 PM
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
abhinay
02/12/2018, 1:05 AM
But, why do you have 2 versions? Why can't you directly commit to the github project?
a
amanda.hinchman-dominguez
02/12/2018, 2:18 AM
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