Skip to main content

All Questions

0 votes
1 answer
519 views

How can my code structure be improved? [closed]

I am looking for advice on the neatest way to structure my code. class Password { private string cipher; Password(string cipher) { this.cipher = cipher; } public string ...
Ayrx's user avatar
  • 248