Some parts in the codebase tend to use "any" types (see this search query for "any". Unless there is a solid reason for using "any", I want to replace these types with explicitly defined types. Eliminating these types would make code more readable and therefore easier to debug.
Some parts in the codebase tend to use "any" types (see this search query for "any". Unless there is a solid reason for using "any", I want to replace these types with explicitly defined types. Eliminating these types would make code more readable and therefore easier to debug.