jeromeetienne / better.js

a better javascript in javascript
http://betterjs.org
MIT License
156 stars 22 forks source link

Présentation for Paris.Js #87

Closed AndraConnect closed 10 years ago

AndraConnect commented 10 years ago

Titre

Better.Js for a better javascript in javascript

Résumé

Javascript is everywhere, it is the most used code language around the world. However, sometimes it may be very hard to debug. The presentation is about Better.Js, a library that I have created which provides the tools to help every developer write javascript while keeping it running smoothly. Better.Js is a problem solver.

The presentation will show you that you can do things with javascript that you never thought possible. With Better.Js you can fix bugs faster, increasing the level of verification present in the code. You will also learn how to monitor your code better, thus measuring more accurately what your code is actually doing.

In this presentation you will discover that you can actually develop private and strong typing using javascript. Better.Js adds private/public support to javascript. With this tool you can declare a property or a function as private and better.js will check it for you. It will make sure your code is used from where is intended. With strong typing better.js helps you define the allowed type of each property of your code and it makes sure that they are respected.

This talk will show you what Better.Js can do for you. How it can simplify your life as a javascript programmer. It is easy to apply and there is no need to learn a new language, it’s 100% good old javascript!

Présentation longue 20 min + 5 minutes de questions.

jeromeetienne commented 10 years ago

http://betterjs.org to add in abstract

jeromeetienne commented 10 years ago
jeromeetienne commented 10 years ago

Get the idl stuff from gplus and push it here. For safe keeping

jeromeetienne commented 10 years ago

slides can be found there http://jeromeetienne.github.io/slides/betterjs-parisjs-201404/