Process
- Testing is a part of the programming process
- Difference between Software Engineering and Programming
Software Process
- Architecture
- Follow conventions and standards
- Use version control
- Coordination (agile, etc)
- TDD
| { | |
| "name": "Danielle Code App", | |
| "short_name": "D Code App", | |
| "start_url": "/", | |
| "display": "standalone", | |
| "background_color": "#fff", | |
| "description": "My super fun app 🎉", | |
| "icons": [{ | |
| "src": "images/icon48.png", | |
| "sizes": "48x48", |
| main.go:8:2: cannot find package "github.com/gin-gonic/gin" in any of: | |
| /usr/local/opt/asdf/installs/golang/1.11.2/go/src/github.com/gin-gonic/gin (from $GOROOT) | |
| /Users/danielle.adams/Code/go/src/github.com/gin-gonic/gin (from $GOPATH) | |
| main.go:9:2: cannot find package "github.com/heroku/x/hmetrics/onload" in any of: | |
| /usr/local/opt/asdf/installs/golang/1.11.2/go/src/github.com/heroku/x/hmetrics/onload (from $GOROOT) | |
| /Users/danielle.adams/Code/go/src/github.com/heroku/x/hmetrics/onload (from $GOPATH) |
Process
Software Process