Echo JS 0.11.0

<~>

misan comments

misan 1264 days ago. link 1 point
Nice idea, however:
* allow to utilize environment variables in 12 factor apps (dotenv additionally)
* writing configuration becomes necessary once you allow users to change details
* provide an async way to retrieve the config file (classes will not allow that in a constructor)
* cache the config file until it is changed
* watch for changes of the config file and notify consumers (observers)

I am still looking for a flexible configuration format/library, so I believe there is still a huge market for that to be explored. For my demands it was hard to find something really useful so far, so I had to bake my own alternatives.

In more strict environments (like when programming with FP paradigms), you maybe even want to configure not only data but also behavior. To express that in pure JSON files is probably not worth it, and we need to keep dependencies and raw data configuration separate.
misan 1369 days ago. link 1 point
Guess who is butthurt to get a taste of their own medicine.. lol
How bad of you to not have any spam counter measures. 
I hope the spam of whoever will be as helpful as what you expected from us to do from your spam.
misan 1376 days ago. link 5 points
You have three options: 
build a better community,
improve the existing ones,
or leave it.
It is that easy.
misan 1383 days ago. link 5 points
Yep. The same troll that upvoted their own content a dozen times previously already.
But at least now I have a face and a name I can link to this idiot.
https://i.imgur.com/OB8u6Vz.png

I wonder if someone puts their email on a blacklist so they have trouble applying for a job or getting customers. Just saying.

But that said.. I believe abby and theabby are probably the same people. As they just registered 10 days ago to create two comments to remove this.
Is this some kind of sick psychology game?
misan 1394 days ago. link 3 points
at this point this is only shameless self promotion. lel
misan 1501 days ago. link 1 point
wtf? did someone just submit echojs to echojs? XD
misan 1564 days ago. link 1 point
self-promotion disguised as open source. sneaky!
misan 1565 days ago. link 1 point
at least a disclaimer about the dangers of sync methods should  educate your readers why they should prefer async.
[more]