Improvements regarding to errors handling#11
Improvements regarding to errors handling#11piranna wants to merge 4 commits intodatagraph:masterfrom
Conversation
|
@piranna, while we appreciate the pull request, its not inline with the current style of the code. The code follows the generally accepted standard of "brackets everywhere". e.g. if(condition) {
..
}instead of if(condition)
...I'd be happy to merge this pull request minus the code re-formatting. |
|
I'm not too much on that style, but I agree with maintain the current 2013/8/21 Josh Huckabee notifications@github.com
"Si quieres viajar alrededor del mundo y ser invitado a hablar en un monton |
|
I fixed the brackets yesterday and also took a look for another inconsistencies. Would you be able to review it? Thanks :-) |
Improvements to raise errors according to JsonRPC 2.0 format, and also some clean-ups of code