|
|
|
|
|
by ajuc
959 days ago
|
|
I use rust, and it does have static by default in many places (for example it's hard to do the traditional OOP virtual polymorphism or to keep objects of various types in one container) and it makes it pretty hard for me to write "nice" looking code. It usually devolves into a lot of nested if-else and switch (match) instructions. |
|
Not saying you haven't done that, just sharing my personal experience with it.