Skip to content
Open
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions tracks/cpp/exercises/atbash-cipher/atbash-cipher/mentoring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
The atbash cipher is symmetrical that is why it is possible to use one function to encode and decode.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • This doesn't follow the structure of other mentoring notes.
  • These notes are very sparse. If you'd like to tackle creating new notes, it would be nice to have them a bit more fleshed out.


Ask a student to refactor.
`Could you extract chunk splitting code and make refactoring of you code taking in account that fact?`