Closed
Description
https://www.polymer-project.org/0.8/docs/migration.html#property-bindings
This new one way default binding bothers me allot, it took me months to get used to the two way bindings and now that I finally used to it I can't program without it anymore lol :)
Can we just get rid of the "notify: true" because it is too verbose to set up two way binding and we already have a way to specify one way binding [[one way]]
Suggest to just use [[one way]]
and {{two way}}
And for god sake do not in any circumstances allow {{one way}}
One way bindings should always ALWAYS be marked as [[one way]]
You don't have to be a google scientist to understand that one way and two way should be marked very very clearly in the code!