-
Would you consider sticking your JS into a folder to clean up the repo a little bit?
-
Just a tiny point I would move the queries folder into `database` and possibly `database` out of src but that is up to you :man_shrugging:
-
**Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
'routes' to be autogenerated, based on the folder structure in src/pages.
No need to ad…
-
I would love to see more consistency with file structure in our example repos. Customers will ask for file structure recommendations and I don't think we show that very well in our docs. From the gett…
-
Since the repository is been added with many files, I need help to categorizing it.
-
The file structure is a little messy (I can say that cause I created it.)
We need a better directory structure. Also, bunches of classes are defined in "BaseFantasyClasses" and that's not a descript…
-
A single main.go file hurts to look at, maybe we can split this into the classic models/controller/routes structure? These are what I think we'll need for now -
1. `models/` - Contains model files …
-
As Tuqz suggested, we should setup and implement a standard system for our file structure. I know that Tuqz and I have different setups. For example, I have a lib/ folder, which Tuqz's libraries are i…
-
-
## Desired Behavior
Assume I have a directory structure like the following, with files with the `.d` and `.v` extension:
```
a
├── a.d
├── a.v
├── b
│ ├── ab.d
│ ├── ab.v
│ └── c
│…