ifsnow
ifsnow
First of all, thank you for giving me an opportunity to do something fun. I'm impressed with the concept of co module. so, I tried making a new implementation that...
I think it's a low priority issue. but, we should know the possibility of an unintended result. _exists() function always executes before create() or save() function in Model. ``` _exists()...
## Summary In production level projects, colors are used a lot, but there are not so many types of colors. I think it's inefficient to repeatedly process the same color...
Related: #108 This fix is a minor change. Removed duplicate code and optimized execution with quick returns. Hope this helps.