X Tutup
Skip to content

Commit 576aa1c

Browse files
authored
replaced TODO with blurbs from exercises these were forked from. (exercism#1977)
* replaced TODO with blurbs from exercises these were forked from. * add Blurb for SalaryCalculator exercise * update blurbs with consistent punctuation - mostly adding periods; some added quotation marks
1 parent 20c5a1a commit 576aa1c

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed

exercises/concept/annalyns-infiltration/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "TODO: add blurb for booleans exercise",
2+
"blurb": "Learn about booleans while helping Annalyn rescue her friend.",
33
"authors": [
44
"mikedamay"
55
],

exercises/concept/bird-watcher/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "TODO: add blurb for bird-watcher exercise",
2+
"blurb": "Learn about arrays by keeping track of how many birds visit your garden.",
33
"authors": [
44
"samuelteixeiras",
55
"ystromm"

exercises/concept/blackjack/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "TODO: add blurb for conditionals exercise",
2+
"blurb": "Learn about conditionals by playing Blackjack.",
33
"authors": [
44
"TalesDias"
55
],

exercises/concept/cars-assemble/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "TODO: add blurb for numbers exercise",
2+
"blurb": "Learn about numbers by analyzing the production of an asseMbly line.",
33
"authors": [
44
"TalesDias"
55
],

exercises/concept/elons-toy-car/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "TODO: add blurb for classes exercise",
2+
"blurb": "Learn about classes by working on a remote controlled car.",
33
"icon": "elons-toys",
44
"contributors": [
55
"mirkoperillo"

exercises/concept/football-match-reports/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "TODO: add blurb for football-match-reports exercise",
2+
"blurb": "Learn about switches by developing a system to report on soccer matches.",
33
"authors": [
44
"Azumix"
55
],

exercises/concept/log-levels/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "TODO: add blurb for strings exercise",
2+
"blurb": "Learn about strings by processing logs.",
33
"authors": [
44
"mirkoperillo"
55
],

exercises/concept/need-for-speed/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "TODO: add blurb for constructors exercise",
2+
"blurb": "Learn about classes by creating cars.",
33
"contributors": [
44
"mirkoperillo"
55
],

exercises/concept/remote-control-competition/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "TODO: add blurb for interfaces exercise",
2+
"blurb": "Learn about interfaces by working on cars.",
33
"authors": [
44
"mikedamay"
55
],

exercises/concept/salary-calculator/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "TODO: add blurb for ternary-operators exercise",
2+
"blurb": "Learn about ternary operators by calculating salaries.",
33
"authors": [
44
"TalesDias"
55
],

0 commit comments

Comments
 (0)
X Tutup