|
|
|
|
|
by bkolobara
1243 days ago
|
|
I also dislike this name, as it was not clear what it does just by looking at the name. Recently, I was adding a similar abstraction to Rust on a project I'm working on and I called it `AbstractProcess`. Like, it is some kinda of template for a process. Still don't think it's clear what it does by just looking at the name. Does anyone have a better idea on how to name such a pattern? |
|