Eugene Dyko
Eugene Dyko
Okay, how about putting all the contracts in one file named `contracts.ts`, for example. And place the main component `ReactP5Wrapper` in the file `index.ts` and not in a separate one,...
I don't think these one-line files make sense to me: It's like using design patterns for the sake of patterns themselves, it seems to me we can spread everything over...
Why not have the main component in the index if the entire library consists of that component?
@jamesrweb could the last commit be a separate PR because it's related to the structure topic?
@jamesrweb What about having 3 files: index, 2 component files and all related contracts inside the particular component file? This way we improve the structure, but avoid unnecessary abstractions and...
@jamesrweb I guess this dependencies update script doesn't seem to work, does it?
@jamesrweb I don't mind replacing to get rid of unnecessary dependencies, but benchmarking sounds like overhead as there is no real need for this comparison.
@jamesrweb I finally got around to it and am now working on this migration.
> Hi @yevdyko, is everything okay with this one? Anything I can support with or is it just a question of time? All good if it is, just wondering how...
@jamesrweb Thanks for the updates. I'll try to review the changes over the weekend