Move typeof implementation to utils module #4

Closed
opened 2026-07-15 13:53:04 -04:00 by kevintl1998 · 0 comments
Owner

Yapp.api.typeof is currently being used by multiple modules that are on a a lower level of abstraction than the api module which is a sign of code smell. The actual implementation of typeof should be moved to utils and the api version should call the function implementation in utils.

Yapp.api.typeof is currently being used by multiple modules that are on a a lower level of abstraction than the api module which is a sign of code smell. The actual implementation of typeof should be moved to utils and the api version should call the function implementation in utils.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
kevintl1998/yapp.nvim#4
No description provided.