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: filterer/README.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,8 @@ layout: pattern
3
3
title: Filterer
4
4
folder: filterer
5
5
permalink: /patterns/filterer/
6
-
description: Design pattern that helps container-like objects to return filtered version of themselves.# short meta description that shows in Google search results
Copy file name to clipboardExpand all lines: table-module/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,11 @@ title: Table Module
4
4
folder: table-module
5
5
permalink: /patterns/table-module/
6
6
categories: Structural
7
+
language: en
7
8
tags:
8
9
- Data access
9
10
---
11
+
10
12
## Intent
11
13
Table Module organizes domain logic with one class per table in the database, and a single instance of a class contains the various procedures that will act on the data.
0 commit comments