Open antonpytlik123 opened 3 years ago
Hallo Felix1234-wq,
do you mean the "m" before the attribute name, e.g. private string m_Title ?
Hallo Felix1234-wq,
do you mean the "m" before the attribute name, e.g. private string m_Title ?
Thanks for your reply. Yes i mean the unnecessary m before the declaration of a variable
I would recommend removing the Hungarian notations in the Movie class. Because this does not conform to the C# convention see https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions. I recommend the book Clean Code by Robert C. Martin.