Skip to content

Commit 292a5e2

Browse files
committed
Merge branch 'dev' of https://github.com/imaginer-dev/DateLeaf into 8-νšŒμ›κ°€μž…-폼을-μž…λ ₯ν•˜κ³ -μœ νš¨μ„±-검증을-ν• -수-μžˆμ–΄μ•Ό-ν•œλ‹€
2 parents b460fdb + 28c2127 commit 292a5e2

23 files changed

+7722
-8208
lines changed

β€Ž.eslintrc.cjsβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ module.exports = {
1414
plugins: ['react', 'react-refresh'],
1515
rules: {
1616
'tailwindcss/no-custom-classname': 'off',
17+
'@typescript-eslint/no-explicit-any': 'off',
18+
'@typescript-eslint/explicit-module-boundary-types': 'off',
1719
},
1820
};
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# λ””μžμΈ νŒ¨ν„΄ 적용 회고
2+
기쑴에 μ‘΄μž¬ν•˜λ˜ μœ ν‹Έλ¦¬ν‹° ν•¨μˆ˜μΈ `isValidEmail` ν•¨μˆ˜μ™€ `isValidPassword` ν•¨μˆ˜μ— `Strategy` λ₯Ό 적용 ν•΄ λ³΄μ•˜μŠ΅λ‹ˆλ‹€.
3+
μ˜μ‘΄μ„±μ΄ κ°•ν•œ ν•¨μˆ˜λ“€μ€ μ•„λ‹ˆμ—ˆμ§€λ§Œ, 이 μ „λž΅μ„ μ μš©ν•˜λ©° μ’€ 더 μœ μ—°ν•˜κ³  λ‹€μ–‘ν•œ `validation`을 μ μš©ν•  수 μžˆλ„λ‘ κ΅¬ν˜„ν–ˆμŠ΅λ‹ˆλ‹€.
4+
5+
사싀 μ–΄λ–€ 뢀뢄에 λ””μžμΈ νŒ¨ν„΄μ„ μ μš©ν•  수 μžˆμ„κΉŒ? 객체 μ§€ν–₯에 ν•΄λ‹Ήν•˜λŠ” νŒ¨ν„΄μΈκ±° κ°™μ•„ ν•¨μˆ˜ν˜•μΈ λ¦¬μ•‘νŠΈμ— μ μš©ν•  일이 μžˆλ‚˜? ν•˜κ³  μƒκ°ν–ˆμŠ΅λ‹ˆλ‹€.
6+
이번 기회λ₯Ό 톡해 λ¦¬μ•‘νŠΈμ—μ„œλŠ” ν•¨μˆ˜ν˜•μ˜ μ½”λ“œλ§Œμ΄ μ•„λ‹Œ 객체 μ§€ν–₯적인 섀계 λ˜ν•œ ν•  수 μžˆλ‹€λŠ”κ±Έ μ•Œκ²Œ λ˜μ—ˆκ³ , 객체 μ§€ν–₯적인 섀계가 κ°€μ Έλ‹€ μ£ΌλŠ” 이점을 λͺΈμ†Œ λˆ„λ¦΄ 수 μžˆμ—ˆμŠ΅λ‹ˆλ‹€.

β€Ždocs/design/jalee_validation_design_point.mdβ€Ž

Whitespace-only changes.

β€Ždocs/design/validation_design_point.mdβ€Ž

Whitespace-only changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### λ””μžμΈ νŒ¨ν„΄ μ μš©μ— λŒ€ν•œ 회고 - μ΄μ˜ˆμ„œ
2+
3+
이둠으둜만 느껴쑌던 λ””μžμΈ νŒ¨ν„΄μ„ μ‹€μ œμ μœΌλ‘œ μ μš©μ„ ν•΄λ³΄λ‹ˆ κ·Έ μ‚¬μš©μ„±μ„ 체감할 수 μžˆμ—ˆλ˜ 것 κ°™λ‹€.
4+
이전에 λΉ„μŠ·ν•œ μƒν™©μ—μ„œ μ–΄λ–»κ²Œν•΄μ•Ό 쒋은 μ½”λ“œλ₯Ό ν•  수 μžˆμ„κΉŒ κ³ λ―Όν–ˆλ˜μ μ΄ μžˆμ—ˆλŠ”λ°,
5+
μ΄λ²ˆμ„ μ‹œμž‘μœΌλ‘œ λ””μžμΈ νŒ¨ν„΄μ„ 깊게 κ³΅λΆ€ν•΄λ³΄λŠ” 계기λ₯Ό μ‚Όμ•„μ•Όκ² λ‹€λŠ” μƒκ°μ΄λ“€μ—ˆλ‹€.

0 commit comments

Comments
Β (0)