|
|
|
|
|
by mutkach
196 days ago
|
|
More information is needed to give proper advice: - Do you like filling out the type annotations in Python (making sure linter check passes)? Do you like TYPES in general? - Do you like working with memory (crushing memory bugs, solving leaks)? - Do you prefer imperative or functional approach more? |
|
I do like working with memory, seeing a custom slab allocator used in production code was one of the more interesting aspects of the little experience I had with c++, but always having to be "on guard" so as to not shoot myself in the foot with pointer manipulation was kind of exhausting.
I like both.