Is there or why not having a ruby technology specification similar to Java's JSR?
Posted
by
romeu.hcf
on Programmers
See other posts from Programmers
or by romeu.hcf
Published on 2014-06-06T17:35:39Z
Indexed on
2014/06/07
3:45 UTC
Read the original article
Hit count: 330
ruby
|specifications
I think on a community portal where specifications are made, documented and specified to reference libraries and systems implementation.
An example:
A specification for Message Queue where redis clients, for instance, could implement it and where the libraries could be validated by the specification's test suite.
Redic, redis-rb, hiredis, redis-connection-pool, redis-namespace should all implement this specification. This way, being easily replaced.
© Programmers or respective owner