Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up user and channel information management (slack) (#521) | Duco van Amstel | 2018-10-16 | 1 | -20/+4 |
| | |||||
* | Clean up code and strengthening (slack) (#519) | Duco van Amstel | 2018-10-13 | 1 | -56/+72 |
| | | | | | | | | | | | | | Changes include: - Refactor of strings into package-wide constants. - Predeclaration of regexps to be instantiated at package load time. - Checking of unchecked errors. - Structural changes: - Adding verifications to type-casting code. - Remove unnecessary 'len(X) > 0' checks before iterating over X. - Remove unnecessary 'else' clause after 'if' with 'return'. - Unexporting of public fields of Bridge struct. - Formatting: - One-field-per-line struct definitions. | ||||
* | Refactor slack bridge prelude (#517) | Duco van Amstel | 2018-10-12 | 1 | -0/+337 |
Distributing the source of the Slack bridge across multiple files to increase readability and as a prelude to various refactors and clean-ups. |