Skip to content

Instantly share code, notes, and snippets.

View danielleadams's full-sized avatar
👾

Danielle Adams danielleadams

👾
View GitHub Profile
@danielleadams
danielleadams / manifest.json
Last active September 29, 2019 15:44
manifest.json.example
{
"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",
@danielleadams
danielleadams / errors.sh
Last active December 7, 2018 06:03
go-getting-started errors
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

  • 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