Replies: 1 comment 2 replies
-
Deadpool used to be "dead simple". Over the time features were added: Timeouts, hooks, metrics, etc. My goal has always been to stay true to the original statement but some compromises had to be made... The core logic I was refering to lives in A while ago ... and You're right though. 100 LoC is a massive understatement. There are lots more lines of code that make up the pool implementation nowadays. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The README states the following:
However, using
cloc
on thesrc/
directory gives the following results:Even if only considering the
unmanaged
part of Deadpool, we get:So can Deadpool still be considered simple?
At the very least, the 'barely 100 lines' statement no longer seems true.
Or am I misunderstanding the statement?
Beta Was this translation helpful? Give feedback.
All reactions