All Questions
Tagged with inheritance javascript
7
questions with no upvoted or accepted answers
3
votes
0answers
156 views
Implement.js JavaScript module pattern
I have been playing with a new JavaScript module pattern to see what I can come up with. I think it's quite powerful and wanted to know if it is something people would find useful?
I'm looking for ...
2
votes
0answers
86 views
2
votes
0answers
342 views
Mortgage calculator in JavaScript
I'm learning JavaScript and decided to build this mortgage calculator as a starting point. For the most part it was reasonably straightforward, but when I implemented the graphs using D3 I found ...
2
votes
0answers
690 views
MultiLevel JavaScript Inheritance
I'm making an experiment on JS, trying to build a framework for OOP. It's called Universe.
The main purpose is to emulate a mini-universe, where classes are "created" with a defined behavior (...
2
votes
0answers
166 views
Namespace handling and inheritance managing with Node.js
The following code should solve these issues:
Handle namespaces;
Be a class factory from Pojos
Be a object factory
Create a class with inheritance capabilities from a POJO using john resig ...
1
vote
0answers
33 views
Faster Google Spreadsheet access and direct use of Named Ranges for code readability
This object structure, that I think might be useful for a number of projects, attempts to:
learn the use objects (classes are not available in Google Apps Script) and inheritance
minimize calls to ...
0
votes
1answer
175 views
Coding convention when using differential inheritance
Ever since reading Crockford's "Good Parts" and Johansen's TDD book, I have wanted to use more of the differential inheritance pattern in my coding at work (as in avoiding ...