Respuestas al mensaje #1,173

  • 🔧 Site instability resolved. You can report double-posts and broken attachments. For bigger issues, use the Technical Grievances thread.
    🇵🇦 Nuestro primer dominio localizado está en español en kiwifarms.pa. Our first localized domain is on Spanish on kiwifarms.pa.
The Bovinian Derivative

Programming thread

Properties (the accessor/mutators in your case I guess) are used by things like WPF/UWP and reflection, if you don't use those you can say fuck it...
Kosher Dill

Programming thread

I would try to avoid mixing static and non-static. If you have a public static (EDIT: and non-const) field on a non-static class, that would...
Strange Looking Dog

Programming thread

It's generally bad practice to have public static fields, but I wouldn't say there's anything wrong with public static properties. The constraint...
Jones McCann

Programming thread

It depends what you're putting in the static members. Static values like PI or random strings sure. It's bad practice to have global state...
Atrás
Top Abajo