Skip to content

Update on README.md #1428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
## Relevant Articles
- [Using filter() and takeWhile() With Collections in Scala](https://www.baeldung.com/scala/filter-takewhile)
- [Finding Elements in a List using takeWhile() and dropWhile() in Scala](https://www.baeldung.com/scala/list-find-takewhile-dropwhile)
1 change: 1 addition & 0 deletions scala-core-modules/scala-core-9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
- [Find Two’s Complement of a Number in Scala](https://www.baeldung.com/scala/compute-twos-complement)
- [Convert Option to Either in Scala](https://www.baeldung.com/scala/option-either-conversion)
- [Meaning of _root_ In Scala Import Clause](https://www.baeldung.com/scala/root-import-clause)
- [Check if All Characters in a Scala String Are Either Upper or Lower Case](https://www.baeldung.com/scala/string-check-all-characters-upper-lower-case)
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Relevant Articles
- [Free Monads in Scala](https://www.baeldung.com/scala/free-monads)
1 change: 1 addition & 0 deletions scala-sbt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
- [Setting up Global Configurations in SBT](https://www.baeldung.com/scala/sbt-global-configurations)
- [Safer Scala Code by Using WartRemover](https://www.baeldung.com/scala/wartremover)
- [Integration Testing with SBT](https://www.baeldung.com/scala/sbt-integration-testing)
- [Introduction to Scalafix](https://www.baeldung.com/scala/scalafix)