CrazieNewb
CrazieNewb
CC#
Created by CrazieNewb on 10/21/2023 in #help
❔ Classes in a namespace
readability and organisation
35 replies
CC#
Created by CrazieNewb on 10/21/2023 in #help
❔ Classes in a namespace
in the end thats exactly what scopes are for
35 replies
CC#
Created by CrazieNewb on 10/21/2023 in #help
❔ Classes in a namespace
that what vsc did i guess, i should adopt that too
35 replies
CC#
Created by CrazieNewb on 10/21/2023 in #help
❔ Classes in a namespace
so i assumed its not default
35 replies
CC#
Created by CrazieNewb on 10/21/2023 in #help
❔ Classes in a namespace
vsc auto generated the file with my main Program class being set to internal manually.
35 replies
CC#
Created by CrazieNewb on 10/21/2023 in #help
❔ Classes in a namespace
ah well im dumb
35 replies
CC#
Created by CrazieNewb on 10/21/2023 in #help
❔ Classes in a namespace
oh it is?
35 replies
CC#
Created by CrazieNewb on 10/21/2023 in #help
❔ Classes in a namespace
it feels like it should be defaulted to internal, and a keyword should be used to make it accesable
35 replies
CC#
Created by CrazieNewb on 10/21/2023 in #help
❔ Classes in a namespace
exactly what i mean, you never want your classes to be used unless its specifically meant to be
35 replies
CC#
Created by CrazieNewb on 10/21/2023 in #help
❔ Classes in a namespace
that seems like you want internal to be default, unless your explicitly coding an api or library
35 replies
CC#
Created by CrazieNewb on 10/21/2023 in #help
❔ Classes in a namespace
as i read online, it said it limits the scope to the "assembly"? which is the whole application?
35 replies
CC#
Created by CrazieNewb on 10/21/2023 in #help
❔ Classes in a namespace
i dont understand internal, vs defaults the template to make it internal
35 replies
CC#
Created by CrazieNewb on 10/21/2023 in #help
❔ Classes in a namespace
i was tryan use the write term, i normally call it variable ;p
35 replies
CC#
Created by CrazieNewb on 10/21/2023 in #help
❔ Classes in a namespace
actually i just tested and all classes are defaulted to public ;p, i just assumed its private because attributes in classes are.
35 replies