https://github.com/capaj/backbone-calc
just a little coding challenge on Backbone.js
https://github.com/capaj/backbone-calc
Last synced: over 1 year ago
JSON representation
just a little coding challenge on Backbone.js
- Host: GitHub
- URL: https://github.com/capaj/backbone-calc
- Owner: capaj
- Created: 2013-05-30T09:41:36.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-15T10:07:39.000Z (almost 13 years ago)
- Last Synced: 2025-02-10T03:27:38.949Z (over 1 year ago)
- Language: JavaScript
- Size: 297 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This little exercise was part of an interview process to http://www.salsitasoft.com/ .
If you are interested whether I succeded and got the job-then no, they did not like it that much.
The feedback was(to revision 3):
- The code is more complex than it needs to be for the task at hand.
- The structure is a bit inelegant.
- It has almost no comments and no tests.
- There is commented out code.
- Backbone features like the 'events' hash are not used and passing the model to initialize is unnecessary (Backbone assigns it to the view automatically).
- The implementation is fairly buggy. I pointed out once issue to you, but I still get weird results if I do e.g. 3x3=+2= (I would expect 11 but your implementation gives 29).
License is MIT.