Comment on What are some common misconceptions about programming that you'd like to debunk?

<- View Parent
BehindTheBarrier@programming.dev ⁨4⁩ ⁨months⁩ ago

I don’t disagree that this is hard to read, but I feel it’s worth mentioning python has a pretty acceptable style guide. The problem is, it’s far less common in python to bundle parameters into some holding object. So here you have massive function that has to accept a lot all at once. In use it’s probably not as bad looking however.

source
Sort:hotnewtop