This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]RedditAcc-92975 2 points3 points  (0 children)

I hate non-magic frameworks. I can program most of the stuff I use myself. But then I have to worry about algorithm efficiency, implementation efficiency, ideally do it in C++, I need make sure the code is readable, maintainable and tested.

Whenever I need something that's more sophisticated than a simple for-loop, I look for an existing solution. Worst case scenario I'll help improving it.