phattanuki
phattanuki
CC#
Created by phattanuki on 1/29/2023 in #help
✅ Design pattern for a method feels incorrect
nonetheless, thank you
11 replies
CC#
Created by phattanuki on 1/29/2023 in #help
✅ Design pattern for a method feels incorrect
the rest of the application is OOP based
11 replies
CC#
Created by phattanuki on 1/29/2023 in #help
✅ Design pattern for a method feels incorrect
ah, this was just a cut-out example of a command in a CLI application, also I'm more familiar with C# than other languages, hence why I'm using it
11 replies
CC#
Created by phattanuki on 1/29/2023 in #help
✅ Design pattern for a method feels incorrect
the other commands call on these methods as well
11 replies
CC#
Created by phattanuki on 1/29/2023 in #help
✅ Design pattern for a method feels incorrect
hm, how come? I'm just curios, shouldn't you have these methods separated? they are all responsible for one thing, hence I made these statis methods
11 replies
CC#
Created by phattanuki on 1/10/2023 in #help
✅ Inherited a class but the compiler does not accept it?
roger
20 replies
CC#
Created by phattanuki on 1/10/2023 in #help
✅ Inherited a class but the compiler does not accept it?
but that's just my poor brain
20 replies
CC#
Created by phattanuki on 1/10/2023 in #help
✅ Inherited a class but the compiler does not accept it?
and if I need something else, I can override it?
20 replies
CC#
Created by phattanuki on 1/10/2023 in #help
✅ Inherited a class but the compiler does not accept it?
it inherits Knots constructor? since it's the same object?
20 replies
CC#
Created by phattanuki on 1/10/2023 in #help
✅ Inherited a class but the compiler does not accept it?
I've learned
20 replies
CC#
Created by phattanuki on 1/10/2023 in #help
✅ Inherited a class but the compiler does not accept it?
huh...that's interesting...so even though I'm fully inhering from Knot... I still need my own constructor
20 replies
CC#
Created by phattanuki on 1/10/2023 in #help
✅ Inherited a class but the compiler does not accept it?
does head need it's own constructor?
20 replies
CC#
Created by phattanuki on 1/10/2023 in #help
✅ Inherited a class but the compiler does not accept it?
the constructor is not also inherited?
20 replies
CC#
Created by phattanuki on 1/10/2023 in #help
✅ Inherited a class but the compiler does not accept it?
one
20 replies
CC#
Created by phattanuki on 9/25/2022 in #help
Should you assert input arguments ins
how about a private static constructor?
19 replies
CC#
Created by phattanuki on 9/25/2022 in #help
Should you assert input arguments ins
19 replies
CC#
Created by phattanuki on 9/25/2022 in #help
Should you assert input arguments ins
or something
19 replies
CC#
Created by phattanuki on 9/25/2022 in #help
Should you assert input arguments ins
AllSkills = new List<ISkill>() { GenerateSkillList.Setup() }
AllSkills = new List<ISkill>() { GenerateSkillList.Setup() }
19 replies
CC#
Created by phattanuki on 9/25/2022 in #help
Should you assert input arguments ins
then can I write
19 replies
CC#
Created by phattanuki on 9/25/2022 in #help
Should you assert input arguments ins
ah, hm
19 replies