Commit Graph

611 Commits

Author SHA1 Message Date
Christian Bundy
87969f1c6d
Refactor <ol> and <ol> left padding 2019-06-27 19:41:33 -07:00
Christian Bundy
936b73dc64
Fix raw link broken from hyperaxe rewrite 2019-06-27 15:10:17 -07:00
Christian Bundy
3a11162455
Fix ssb-msgs broken from mechanical edit 2019-06-27 15:07:09 -07:00
Christian Bundy
3e353f312c
Add contributing guidelines 2019-06-27 15:04:54 -07:00
Christian Bundy
762cc50f9a
Add cspell and use real English words 2019-06-27 14:54:32 -07:00
Christian Bundy
bebb854cec
Fix weird sentence in src readme 2019-06-27 13:42:01 -07:00
Christian Bundy
e60a999a30
Fix indentation in src readme 2019-06-27 13:40:28 -07:00
Christian Bundy
1f6a8c2bed
Refactor to use hyperaxe instead of EJS 2019-06-27 13:36:43 -07:00
Christian Bundy
a1b126ec45
Fix logic in configure() 2019-06-27 00:00:40 -07:00
Christian Bundy
e81a5a116c
Add source readme 2019-06-26 23:40:38 -07:00
Christian Bundy
400477d5c1
Refactor dependency graph to create layers
I was playing around with Madge and noticed that the previous dependency
graph looked almost *exactly* like a bowl of spaghetti I had last week.
After a few hours on Wikipedia I got interested in refactoring the code
so that each `require()` imported a module from one level deeper into
the tree.

I don't know if this is actually useful, but it's better than spaghetti.

In the future I think I should probably refactor the database
convenience functions out of the "models" since they really aren't
models but it's the best name I could come up with for what they are and
how they're used. This will probably go through some more evolution when
I rip out EJS and replace it with something much smaller.
2019-06-26 22:25:13 -07:00