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: CODE_OF_CONDUCT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,4 +90,4 @@ This policy was initially adopted from the Front-end London Slack community and
90
90
A version history can be seen on [GitHub](https://github.com/exercism/website-copy/edit/main/pages/code_of_conduct.md).
91
91
92
92
_This policy is a "living" document, and subject to refinement and expansion in the future.
93
-
This policy applies to the Exercism website, the Exercism GitHub organization, any other Exercism-related communication channels (e.g. Slack, Twitter, email) and any other Exercism entity or event._
93
+
This policy applies to the Exercism website, the Exercism GitHub organization, any other Exercism-related communication channels (e.g. Discord, Forum, Twitter, email) and any other Exercism entity or event._
Copy file name to clipboardExpand all lines: exercises/acronym/metadata.toml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,5 @@ title = "Acronym"
2
2
blurb = "Convert a long phrase to its acronym."
3
3
source = "Julien Vanier"
4
4
source_url = "https://github.com/monkbroc"
5
+
deep_dive_youtube_id = "ofzqp4MFHvM"
6
+
deep_dive_blurb = "We take a gentle dive into regular expressions starting with basic whitespace matching, exploring unicode, and ending with negative lookbehinds. We finish off by looking at some other approaches to Acronym including state machines."
0 commit comments