tvkitchen / countertop

The entry point for developers who want to set up a TV Kitchen.
https://tv.kitchen
GNU Lesser General Public License v3.0
6 stars 2 forks source link

/src/lib is a bad name #46

Closed slifty closed 4 years ago

slifty commented 4 years ago

Discussion

What do you want to talk about?

When setting up our src directory we created a lib directory for things like kafka clients and utils. The problem is that lib 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

slifty commented 4 years ago

It came to me in a dream: src/tools

e.g.

src/tools/utils
src/tools/logger
src/tools/kafka

thoughts?

reefdog commented 4 years ago

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

slifty commented 4 years ago

Still waiting on that PR.