Dave Zych
  • Home
  • About
  • Contact
  • Privacy

coding standards

A collection of 1 post
C#

Avoid Commenting Your Code

When I’m answering questions on Stack Overflow [http://www.StackOverflow.com], I see a lot of questions with code like this: // Convert our ciphertext into a byte array. byte[] cipherTextBytes = encryptedBytes; ... // Create uninitialized Rijndael encryption object. TripleDESCryptoServiceProvider symmetricKey = new TripleDESCryptoServiceProvider(); ... // Define memory stream which will be used to hold
Jul 24, 2013 2 min read
Page 1 of 1
Dave Zych © 2023
  • Data & privacy
  • Contact
Powered by Ghost