This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
Remove unneeded helper methods from Activity #823
Labels
Area: SDK
General SDK issues that don't clearly map to other areas (e.g.: helper methods)
Size: S
The issue is simple and well understood, it will take a day or less to complete
technical-debt
Refactoring, follow best practices, improve test coverage, etc.
Milestone
Method like: asMessageDeleteActivity, asSuggestionActivity, and the others that start with "as" aren't used except in tests. This is a holder-over from the C# port where Activity implements a number of different interfaces.
Remove these methods and the associated unit tests.
The text was updated successfully, but these errors were encountered: