|
|
|
|
|
by slikts
2839 days ago
|
|
The implicit coercion rules don't matter if you make sure to convert the types explicitly, but then you're just relying on your discipline. You might be able to pull it off individually, but it starts mattering more when working with other people. Also, from a brief glance at your code example, you don't seem to have caught up with other current best practices like linting or modules. |
|