1
0
mirror of /repos/dotTiddlywiki.git synced 2025-12-30 07:31:33 +01:00
This commit is contained in:
Aiko Mastboom 2017-03-27 21:28:06 +02:00
parent 71374be38a
commit 685e31d144
2 changed files with 15 additions and 2 deletions

View File

@ -1,6 +1,6 @@
created: 20170204131710165 created: 20170204131710165
creator: user creator: user
modified: 20170313163846592 modified: 20170322090810261
modifier: user modifier: user
tags: tags:
title: ELM language title: ELM language
@ -38,3 +38,6 @@ type: text/vnd.tiddlywiki
; Learn X in Y minutes, Where X=Elm ; Learn X in Y minutes, Where X=Elm
: https://learnxinyminutes.com/docs/elm/ : https://learnxinyminutes.com/docs/elm/
; Create Elm type aliases and decoders based on JSON input
: https://github.com/eeue56/json-to-elm

View File

@ -0,0 +1,10 @@
created: 20170322202327166
creator: user
modified: 20170322202402175
modifier: user
tags:
title: Object Oriented Programing (OOP)
type: text/vnd.tiddlywiki
; What's Wrong With Object-Oriented Programming?
: http://www.yegor256.com/2016/08/15/what-is-wrong-object-oriented-programming.html