Skip to content

Latest commit

 

History

History
88 lines (53 loc) · 1.17 KB

syntaxEG.md

File metadata and controls

88 lines (53 loc) · 1.17 KB

Growing an Elm app with the whole team

What we learned about each other on the journey


Katja Mordaunt

Note:

+++

Beginning

Note:

  • Intro me

Problem

Note:

  • image of labeled team
  • trying to collaborate to get to a whole thing
  • problem is we are all different with levels of knowlegde, interests and experience - different passions etc
  • easy to make assumptions and hurt feelings

+++

Examples


Solution


Code example


  # prints Show me the 99634$
  $ echo Show me the $$$

  "Hello " ++ "Exeter!"
> Hello Exeter!

5 / 2
> 2.5

5 // 2
> 2

addTwoString : Int -> Int -> String
addTwoString x y =
  toString x ++ "+" ++ toString y ++ "=" ++ toString (x + y)


Note:

Note:


Climax

Note:

  • Starts to make you happy... sooner

+++

Conclusion

  • labels
  • knowledge
  • diversity

Note: