Create account

replied 1935d
I kinda get what you mean, I'm not a cpp dev but noticed some standards of engineering in crypto could be really low. Monero JS library was hands down the worst I've seen in my life
replied 1935d
more example: for(int i=0;i<something();i++) where something always gives N inside the cycle, it tooks 10000 clocks to call, and they are suprised why it takes 5 minute instead of 1sec
replied 1934d
Haha is there a link to this part of code?
replied 1934d
basically the whole code is full of code like this, so i didnt cherrypicked out ecsact parts from the code when i investigated it.
replied 1935d
But when I talk about it no one seem to care. Lead maintainer was so opinionated and had some of the worst opinions in code structure. That's how I quite working on monero
replied 1935d
the quality of opensource software are generally low, but the quality of cryptocurrency software is the worst i have seen so far.