Skip to content

Commit a30ef6d

Browse files
committed
Add description for discovery coding
1 parent ebac450 commit a30ef6d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pages/discovery-coding.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
import { Heading, GlobalLayout, Title, Term, Image, Aside } from "../utils";
2+
import Head from 'next/head';
3+
4+
<Head>
5+
<meta
6+
name="og:description"
7+
content="Discovery coding is a practice of understanding a problem by writing code first, rather than attempting to do some design process or thinking beforehand."
8+
/>
9+
</Head>
210

311
# Discovery Coding
412

0 commit comments

Comments
 (0)