You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we're mixing the configuration for the different languages here. This is going to become a maintainability problem if/when more languages are added. A better approach would be to create a trait with functions for mappings like this. Then the trait can be implemented for a RustLanguage unit struct and a JavaLanguage unit struct.
Currently we're mixing the configuration for the different languages here. This is going to become a maintainability problem if/when more languages are added. A better approach would be to create a trait with functions for mappings like this. Then the trait can be implemented for a
RustLanguage
unit struct and aJavaLanguage
unit struct.Originally posted by @popematt in #61 (comment)
The text was updated successfully, but these errors were encountered: