| ▲ | mkarrmann 3 hours ago | |||||||
Builder pattern isn't only used in Rust, but I agree it's hideous to use in Python. | ||||||||
| ▲ | giancarlostoro 3 hours ago | parent | next [-] | |||||||
Doesn't look any different than doing the same in C# or Java to me, it is kind of pointless in Python, the one thing the pattern gives you is building a class in such a way that you the developer know exactly what's what, so its really a developer ergonomics thing is how it looks like to me. | ||||||||
| ▲ | tcdent 3 hours ago | parent | prev [-] | |||||||
Fair point. I should have said "popularized in the modern software vernacular by Rust". | ||||||||
| ||||||||