Closed slifty closed 4 years ago
It came to me in a dream: src/tools
e.g.
src/tools/utils
src/tools/logger
src/tools/kafka
thoughts?
I still think it's weird that lib/
is for transpiled code that's destined for Node instead of the browser. (Rather, the weird thing to me is that we don't just use dist/
for all transpiled code and lib/
for code that needs to transpilation.) (Weird, but I'm not objecting!)
I like src/tools
! I'm going to open a PR with src/tools/justin/pleased.jpeg
Still waiting on that PR.
Discussion
What do you want to talk about?
When setting up our
src
directory we created alib
directory for things like kafka clients and utils. The problem is thatlib
seems to be used to reference code that has been transpiled, which is NOT what we're referring to here.Lets pick a better name to avoid confusion.
Relevant Resources / Research
this gist alludes to the transpiling association of lib