how to attract people to - events.static.linuxfound.org · • not enough contribution • why? •...

12

Upload: hoangkiet

Post on 13-Aug-2019

213 views

Category:

Documents


0 download

TRANSCRIPT

How to attract people to DLUX

Maxime Millette-Coulombe

Presentation Content• Problematic• Current state• Boron proposal

Problematic

Problematic• Not enough contribution • Why?

• Internal commitment • No interest in Web Development• Too complex or badly designed• Documentation incomplete or useless

• What can we do?• This is the reason of this discussion

Current state

DLUX• A Framework to help ODL project to build an User Interface• A uniform platform to connect a multitude of diverse projects

Architecture• One word: module

Boron proposal

ES6 or Typescript transpiler• More Oriented Object Programming

• Use future JavaScript feature now

• A transpiler can "compile" to AMD• No more define and require callback function• Easier to read and understand

Example : module definition (amd)

Example : module definition (Typescript)