The library-design tag has no wiki summary.
17
votes
6answers
592 views
A Library Class : Point
I am trying to create a library of my own which contains (among others), a class called Point. As the name suggests, it is intended to encapsulate a point ...
2
votes
1answer
47 views
0
votes
1answer
82 views
Advice on Java class for a library
I wrote a small Java class with documentation that is going to be a part of a library I am writing. I learned Java as my first programming language from many different sources on the web, and ...
1
vote
1answer
57 views
Improving the flexibility of my library/what can be improved? [closed]
How can I make my library more flexible towards programmers? Here is my library. It's a basic library that provides a simple interface to organise your game (with scenes, and engine/game connection). ...
6
votes
1answer
166 views
CDN Fallback “library”
Edit: Even adding a comment of "looks good to me" and up-voting that comment would be appreciated :) I just want the feedback! Thanks!
For the fun of it as well as professional development, I wrote a ...
1
vote
1answer
113 views
Boiler.js Deep Object Comparison Code/Performance Optimizations?
I have a deep equality comparison method that returns true when two objects are equal (see method Doc):
...
0
votes
0answers
232 views
RTCPeerConnection signaling library
I created a library/npm module to handle the signaling process for RTCPeerConnection. There is still a good bit of work that needs done (error handling, dealing ...
2
votes
2answers
148 views
Please review different approaches for writing plugins/widgets in javascript
I have written a js library (think, jQuery, but with much much less features, and targetted for newer browsers on mobile).
This library provides a extension mechanism. One of the ways the extension ...
2
votes
1answer
81 views
Foo - Control | Naming conventions update
The code below is for modern browsers only.
Naming conventions are as follows:
...
1
vote
0answers
129 views
XML to JavaScript library design [closed]
I created a small library to parse xml to javascript. Can anyone tell me if the design is correct for a library or if there is a better technique?
I wrote a small Usecase example here. You can find ...
4
votes
1answer
325 views
Activeresource-response gem
I created my first gem for Rails today. https://github.com/Fivell/activeresource-response.
This gem adds possibility to access http response object from result of activeresource call.
I don't know ...