1
1
Fork 0
Commit Graph

153 Commits

Author SHA1 Message Date
Svetlana Isakova ce4c320273 Replaced all usages of deprecated toUpperCase/toLowerCase with uppercase/lowercase calls 2021-09-21 18:32:22 +02:00
Svetlana Isakova e03675e924 Updated the course at Stepik 2021-08-04 19:38:42 +02:00
Svetlana Isakova a45abd2896 Updated examples based on the latest changes in the book 2021-07-21 22:49:20 +02:00
Svetlana Isakova 79426a20a6 Sync with the book project 2021-07-21 20:09:41 +02:00
Svetlana Isakova 1f912d4287 Added the link to the docs for those who are confused where to find the buttons of the Project Tool Window
based on https://github.com/BruceEckel/AtomicKotlinExamples/issues/16
2021-07-20 17:57:23 +02:00
Svetlana Isakova 2573f12d1e Changed the task a bit to avoid having 'redundant initializer' IJ inspection
based on https://github.com/BruceEckel/AtomicKotlinExamples/issues/15
2021-07-20 17:47:39 +02:00
Svetlana Isakova 09aa533a41 Improved the wording for 'Summary 1 ex 10' description
based on https://github.com/BruceEckel/AtomicKotlinExamples/issues/20
2021-07-20 17:39:12 +02:00
Svetlana Isakova 96e21f6122 Simplified the solution for 'Summary 1 ex 8'
as suggested in https://github.com/BruceEckel/AtomicKotlinExamples/issues/19
2021-07-20 17:13:07 +02:00
Svetlana Isakova 1a891f4a41 Fixed line numbers for 'debug' task description
https://github.com/BruceEckel/AtomicKotlinExamples/issues/18
2021-07-20 17:04:40 +02:00
Svetlana Isakova f9371000aa Fixed inaccuracy: characters are stored as Unicode values
https://github.com/svtk/AtomicKotlinCourse/issues/24
2021-07-20 13:22:31 +02:00
Svetlana Isakova f0278aa901 Fixed the superscript font in the task description (markdown stopped working, used html)
https://github.com/svtk/AtomicKotlinCourse/issues/23
2021-07-20 13:09:05 +02:00
Svetlana Isakova b1f2ec2168 Wording improvement for 'Rename' task description based on the feedback
https://github.com/svtk/AtomicKotlinCourse/issues/23
2021-07-20 13:03:07 +02:00
Svetlana Isakova 291998f292 Simplified task a bit based on the feedback
https://github.com/svtk/AtomicKotlinCourse/issues/22
2021-07-20 12:22:27 +02:00
Svetlana Isakova 2ca2af5f99 Adjusted wording a little bit based on the feedback
https://github.com/svtk/AtomicKotlinCourse/issues/25
2021-07-20 12:12:45 +02:00
Svetlana Isakova 6c322c815e Renamed `everyFifthNonWhitespace` to `everyFifthNonSpace` to avoid confusion with whitespaces
https://youtrack.jetbrains.com/issue/EDC-421
2021-07-19 16:10:01 +02:00
Svetlana Isakova dac2aff806
Merge pull request #20 from Geravant/igor/programming-basics-hello-world-exercise4-EDC-412
style(Programming Basics - Hello, World - Exercise 4): A typo fixed
2021-07-19 15:58:54 +02:00
Svetlana Isakova a6f682b1ae
Merge pull request #19 from Geravant/igor/programming-basics-hello-world-examples-title-fix
style(Programming Basics - Hello, World - Examples): The title fixed
2021-07-19 15:57:37 +02:00
Svetlana Isakova 3842c676f6
Merge pull request #18 from Geravant/igor/programming-basics-hello-world-exercise5-EDC-413
fix(Programming Basics - Hello, World - Exercise 5): Shortcuts for li…
2021-07-19 15:56:07 +02:00
Svetlana Isakova f0f89d93fe
Merge pull request #17 from Geravant/igor/programming-basics-if-expressions-exercise2-EDC-415
refactor(Programming Basics - if Expressions - Exercise 2): The condi…
2021-07-19 15:53:15 +02:00
Svetlana Isakova 301001e1bc
Merge pull request #16 from Geravant/igor/programming-basics-lloping-and-ranges-exercise4-EDC-431
fix(Programming Basics - Looping and Ranges - Exercise 4): The descri…
2021-07-19 15:51:22 +02:00
Svetlana Isakova dbc9fc2482
Merge pull request #15 from Geravant/igor/programming-basics-if-expressions-exercise-4-EDC-416
fix(Programming Basics - if Expressions - Exercise 4): The descriptio…
2021-07-19 15:49:48 +02:00
Svetlana Isakova cbc7b0d0b3
Merge pull request #14 from Geravant/igor/programming-basics-repetition-with-while-exercise5-EDC-430
fix(Programming Basics - Repetition with Loops - Exercise 5): The act…
2021-07-19 15:48:19 +02:00
Svetlana Isakova 8d6a559b9f Added a short explanation for Double.MAX_VALUE
https://youtrack.jetbrains.com/issue/EDC-420
2021-07-19 15:44:12 +02:00
Svetlana Isakova 7579a441f7
Merge pull request #13 from Geravant/igor/programming-basics-summary1-exercises3-4-EDC-420
style(Programming Basics - Summary 1 - Exercises 3 and 4): The commen…
2021-07-19 15:42:13 +02:00
Igor 1c17f939a2 fix(Programming Basics - Looping and Ranges - Exercise 4): The description modified to match the task
The function printHalfPyramid from the Task.kt was described as
showHalfTriangle in the description
The description was adjusted.

Closes https://youtrack.jetbrains.com/issue/EDC-431
2021-05-27 16:05:20 +03:00
Igor 76f030cd83 fix(Programming Basics - Repetition with Loops - Exercise 5): The action/menu titles mentioned were modified
The Extract variable action is named Introduce variable at the moment,
and the application menu path Refactor -> Extract is actually Refactor
-> Extract/Introduce now
Task description was adjusted accordingly

Closes https://youtrack.jetbrains.com/issue/EDC-430
2021-05-27 15:59:01 +03:00
Igor 5962d3a3bc style(Programming Basics - Summary 1 - Exercises 3 and 4): The commented ouputs added to the Task.kt files
The commented examples of the output added to both of the tasks,
simillar to tasks nearby.

Closes https://youtrack.jetbrains.com/issue/EDC-420
2021-05-27 15:07:26 +03:00
Igor e422ee851d fix(Programming Basics - if Expressions - Exercise 4): The description of the loop square altered to avoid it not rendering on windows/linux
The ⌘ is not renderred correctly in the task description, so it was
switched to the key name

Closes https://youtrack.jetbrains.com/issue/EDC-416
2021-05-27 11:45:42 +03:00
Igor 5f624457f7 refactor(Programming Basics - if Expressions - Exercise 2): The condition for the modulus in the reference solution adjusted gt -> ge
The condition in the if clause in the referrence solution is adjusted to
avoid negating the zero case:
if (number > 0) -> if (number >=0)

Closes https://youtrack.jetbrains.com/issue/EDC-415
2021-05-27 11:35:34 +03:00
Igor 3ae2be8e2b fix(Programming Basics - Hello, World - Exercise 5): Shortcuts for line start/end fixed
The shortcut links in the description were fixed to match their
description:
EditorTextStartWithSelection ->
EditorLineStartWithSelection
EditorTextEndWithSelection ->
EditorLineEndWithSelection
The decision to fix the links not the
descriptions is based on the task itself being to select a line, not the
whole text.

Closes https://youtrack.jetbrains.com/issue/EDC-413
2021-05-27 10:29:50 +03:00
Igor 46550b993e style(Programming Basics - Hello, World - Exercise 4): A typo fixed
The description was adjusted to have "pressing a shortcut" along the
text instead of "clicking a shortcut"

Closes https://youtrack.jetbrains.com/issue/EDC-412
2021-05-27 10:10:00 +03:00
Igor 5c0a29d381 style(Programming Basics - Hello, World - Examples): The title fixed
An exclamation point was added to the title to match the source/book

Closes https://youtrack.jetbrains.com/issue/EDC-411
2021-05-26 12:10:54 +03:00
Igor c3e0ac072b refactor(Programming Basics - Functions - Exercise 1): Function name consistency restored 2021-05-20 12:30:14 +03:00
Liana Bakradze ab56edbfa1 Updated tasks with incorrect output pattern on Stepik 2021-04-20 12:09:14 +03:00
Liana Bakradze 9abbcedeef Added blank line in the end of the file to match expected answer 2021-04-14 14:10:53 +03:00
Svetlana Isakova e813b792f5 Updated course at Stepik 2021-02-08 13:19:10 +01:00
Svetlana Isakova b237b9016f Regenerated samples 2020-12-30 12:29:00 +01:00
Svetlana Isakova 9998381820 Regenerated exercises 2020-12-14 22:16:12 +01:00
Svetlana Isakova e3150e9d86 Regenerated samples 2020-12-11 23:05:39 +01:00
Svetlana Isakova f18e5da6d7 Regenerated samples 2020-12-04 01:34:19 +01:00
Svetlana Isakova 9d79aacedd Infrastructure: replaced 'untestable' with 'unimplemented test' 2020-12-03 01:58:21 +01:00
Svetlana Isakova 395c9bc6b6 Added file names for exercises 2020-12-02 21:14:23 +01:00
Svetlana Isakova 9a5a6aa5cf Regenerated samples 2020-11-28 17:19:23 +01:00
Svetlana Isakova a461accc4c Different changes while reading the text and checking the exercises 2020-11-28 14:50:02 +01:00
Svetlana Isakova 825d794801 Updated course at Stepik 2020-11-19 15:43:18 +01:00
Svetlana Isakova a3d7a6660a Regenerated samples 2020-11-17 20:00:10 +01:00
Svetlana Isakova 346b479496
Merge pull request #9 from iampatbrown/master
Minor changes to String Templates Exercise 1 and 2
2020-11-11 20:51:08 +01:00
Svetlana Isakova dad77e0342 Regenerated samples & exercise descriptions 2020-10-23 19:02:26 +02:00
Svetlana Isakova d9da868e2c Regenerated AtomicTest 2020-10-19 14:02:50 +02:00
Bruce Eckel 1a1af1259a Capitalize IDEA 2020-10-12 04:16:03 -06:00