01:14
<
FromGitter >
<Blacksmoke16> @drujensen been thinking a good amount on the modular approach we were talking about
01:14
<
FromGitter >
<Blacksmoke16> think im going to reorganize athena to follow that more
01:14
<
FromGitter >
<Blacksmoke16> or routing and commands
01:15
<
FromGitter >
<Blacksmoke16> so only what you want/need gets included into your binary. i think its a good approach
01:16
<
FromGitter >
<Blacksmoke16> same idea could be applied for other future stuff, like security, documentation etc
01:34
<
FromGitter >
<drujensen> Very cool
01:35
<
FromGitter >
<drujensen> I like it.
01:35
<
FromGitter >
<Blacksmoke16> π―
01:36
<
FromGitter >
<Blacksmoke16> refactored commands, now builds out the args for the command based on param names/types in the `execute` method
01:36
<
FromGitter >
<drujensen> The more LEGO like you can make it, the better
01:36
<
FromGitter >
<Blacksmoke16> vs having `add_param "id", Int32`
01:36
<
FromGitter >
<Blacksmoke16> indeed, is a bit challenging to build in that state of mind
01:37
<
FromGitter >
<Blacksmoke16> trying not to assume anything about what the user wants/will need
01:37
<
FromGitter >
<Blacksmoke16> have to define
*some* structure tho
01:38
<
FromGitter >
<drujensen> Yup. Sometimes itβs hard to fit the prices together. Dependencies are by far the hardest thing to organize.
01:38
<
FromGitter >
<drujensen> Pieces
01:41
<
FromGitter >
<Blacksmoke16> yea for sure, trying to keep it to a minimum
01:41
<
FromGitter >
<Blacksmoke16> only have the router and my serializer/validation lib as deps atm
05:20
_whitelogger has joined #amber
20:34
<
FromGitter >
<Blacksmoke16> π
20:59
_whitelogger has joined #amber
23:52
<
FromGitter >
<anamba> ah the webpack 4 change went in. which is fine, but I had hoped to advocate a bit for Brunch. Tried it and liked the speed, simplicity and incremental compilation. I'm more of a backend dev though, so maybe my opinion on this is not as valuable vs people who deal with a lot more js than I'm comfortable with. π