How does this benefit “plumbing”?
My biggest problem with Python is that I either have to write
list(function1(*function2(len(obj.method())))
Or try to avoid all the variables by using classes... which is fine... if it wasn’t for self taking up roughly a third of the word count.
How does this benefit “plumbing”?
My biggest problem with Python is that I either have to write
list(function1(*function2(len(obj.method())))
Or try to avoid all the variables by using classes... which is fine... if it wasn’t for self taking up roughly a third of the word count.