Content
@
0 reply
0 recast
0 reaction
0xl0wlevelcr0w
@l0wlevelcr0w
When you guys do typescript, do you make a separate folder for types or just stick em in line in the file?
5 replies
0 recast
4 reactions
ivyroot
@ivyroot
In line for specific stuff like props but in my current project I have a set of types which I’m using like models. Ex: Place, PlaceGroup, PlaceId. No one module owns these really. I’ve found this helps me keep the code organized in my head.
0 reply
0 recast
0 reaction