Skip to content

Conversation

lukeknxt
Copy link

@lukeknxt lukeknxt commented Aug 28, 2021

The guiding comments don't align with the actual code.

For example one sees

import monocle.macros.GenLens
val strNumber = GenLens[Address](_.strNumber)

val address = Address(10, "High Street")

And immediately after

streetNumber.get(address) should be(_)

streetNumber used instead of strNumber in the Address case class for consistency too.

This has been opened twice - #7 and #8, but they are either not approved or approved and forgotten about it seems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant