Remix.run Logo
darau1 a day ago

Weirdo checking in

I always initialize my projects with a src, and docs, directory, for exactly this reason.

My reasoning is that I shouldn't have to go hunting for the docs for the code, or vice versa.

guipsp 19 hours ago | parent [-]

Do you have only those two dirs at the top level? If so how are you finding it? I tend to have a docs dir at the top level, along with other build stuff

darau1 18 hours ago | parent [-]

I've had no trouble so far. I'd have no problem with ephemeral build artifacts going either at the root, or in src.

edit: I have had one pain point: devs/managers ask me why I do that, and that I stop. I refuse.