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
Copy file name to clipboardExpand all lines: memory-bank/.clinerules
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,3 @@
23
23
- Document exceptions associated with calling a function in its documentation comments.
24
24
- Define descriptive exceptions by implementing `Exception` with descriptive names, rather than throwing generic `Exception`.
25
25
- When using `go_router` for navigation, `BuildContext` is required for methods like `context.goNamed()`. Since BLoCs don't have inherent access to `BuildContext`, it needs to be passed through the event triggering the navigation.
26
-
27
-
## Repository
28
-
- The `searchHeadlines` method in `HtHeadlinesRepository` does not support pagination. Pagination-like behavior is handled in the `HeadlinesSearchBloc`.
0 commit comments