vargonian
vargonian
CC#
Created by vargonian on 2/8/2023 in #help
❔ Using the Visual Studio "Properties" folder for custom settings?
Is it appropriate to place files in the built-in Visual Studio project's Properties folder for custom data? In my case, I have objects which need to be populated by data in a local JSON file, and I was thinking I could just store the file there. (This file will get auto-updated in our CI/CD pipeline to keep its contents up-to-date). I know I could place it in any folder, but Properties seemed like an okay guess.
3 replies
CC#
Created by vargonian on 9/9/2022 in #help
Should I use && and || operators at the end of a line or beginning? [Answered]
if (a b c) { } vs. if (a b c) { } Which is the more accepted standard? I just want to stop questioning myself every time I encounter this. Thanks.
17 replies