jeromeetienne / better.js

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

Better.Js for JS.everywhere talk presentation #86

Closed AndraConnect closed 10 years ago

AndraConnect commented 10 years ago

Go to this link to see the application to fill out if you wanna be a speaker in js everywhere

https://docs.google.com/forms/d/1jUlzfq6tGYMICkkaMHuuGNlEBTRl8uO1_6Uv1tMe40o/viewform

Here is what I wrote this morning

The presentation will show you that you can do things with javascript that you never thought possible. Better.Js will show you how to 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.

*Description for planners of the event This talk will show you what Better.Js can do for you. How it can simplify your life as a javascript programmer. For example, with better.js you can pass attributes to class, define which functions are private and which are not; same thing for properties. You can define and apply strong typing to your arguments. You can check the validity of each argument passed to your function. It is the same for strong typing for the returned value. If the function is part of a class, you can declare it as private, thus only this class will be able to use it, same thing for properties!

Bette.Js is a revolutionary subject. It hasn't been done before. People will like it because it fills a gap in javascript that everybody has been anxious to fix. It offers a solution to the “bug” problem in javascript. It creates a new idea, something that everybody has tried to do but nobody has succeeded in doing. It is inspirational because it is a powerful solution, but also a very simple one. It will uncomplicate the lives of javascript programmers. It is easy to apply and there is no need to learn a new language, it’s 100% good old javascript!

*Desired Length: 20 minutes

jeromeetienne commented 10 years ago

archived. jsanywhere got canceled