- start a big angular project from scratch with TDD
- release first version of living styleguide generation on skeleton
- extend grunt-angular-modules-graph to work properly under every project
- take one week off to conduct first Personal Design Sprint on the Tech Scene personal project (you can ask me about it :) )
- write one article about code quality (possibly porting it to a talk).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ---- | |
| // Sass (v3.3.14) | |
| // Compass (v1.0.1) | |
| // ---- | |
| $s-gutter: 32px; | |
| $s-gutter-xlarge : 3.5*$s-gutter; | |
| $s-gutter-large : 3*$s-gutter; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| do -> | |
| angular | |
| .module('app') | |
| .factory('Foo', Foo) | |
| Foo = (foo, bar) -> | |
| # Variables (all should be private) | |
| hello = "hello" | |
| world = "world" |
308: 1h
309: 2h
310: 4h (maybe more with random asyncronous headaches)
311: 2h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ---- | |
| // Sass (v3.3.10) | |
| // Compass (v1.0.0.alpha.20) | |
| // ---- | |
| // ---------------------- | |
| // HELPER FUNCTIONS HERE | |
| // ---------------------- | |
| @function size($multiplier) { |
NewerOlder