jiniux
jiniux
CC#
Created by danyule on 7/16/2024 in #help
Aggregation vs Composition (UML)?
if you don't need that you can just use a weaker form of association
18 replies
CC#
Created by danyule on 7/16/2024 in #help
Aggregation vs Composition (UML)?
you are just explicitly saying to the reader that they cannot use the Engine outside of the Car
18 replies
CC#
Created by danyule on 7/16/2024 in #help
Aggregation vs Composition (UML)?
UML is communication
18 replies
CC#
Created by danyule on 7/16/2024 in #help
Aggregation vs Composition (UML)?
remember
18 replies
CC#
Created by danyule on 7/16/2024 in #help
Aggregation vs Composition (UML)?
it looks the same
18 replies
CC#
Created by danyule on 7/16/2024 in #help
Aggregation vs Composition (UML)?
i swapped them xd
18 replies
CC#
Created by danyule on 7/16/2024 in #help
Aggregation vs Composition (UML)?
you're right
18 replies
CC#
Created by danyule on 7/16/2024 in #help
Aggregation vs Composition (UML)?
okay yeah
18 replies
CC#
Created by danyule on 7/16/2024 in #help
Aggregation vs Composition (UML)?
if we have a Car class and we draw a composition arrow connected from Car to Engine we are explicitly saying that the engine cannot exist as an object outside of a Car
18 replies
CC#
Created by danyule on 7/16/2024 in #help
Aggregation vs Composition (UML)?
or in other words, the childs cannot exist without the parent
18 replies
CC#
Created by danyule on 7/16/2024 in #help
Aggregation vs Composition (UML)?
composition means that the child objects will only live as long as the father object lives
18 replies
CC#
Created by CamOnTop23 on 7/12/2024 in #help
✅ can anyone help me with a unity c# script error
lmao
8 replies
CC#
Created by CamOnTop23 on 7/12/2024 in #help
✅ can anyone help me with a unity c# script error
what does the error say?
8 replies
CC#
Created by morry329# on 7/10/2024 in #help
Dealing with the professor: advice appreciated
just be careful i guess, i would never dare to do something like that in front of a professor (i say this as a student) since they could really compromise my academic career
13 replies
CC#
Created by morry329# on 7/10/2024 in #help
Dealing with the professor: advice appreciated
perhaps screaming/yelling is not the solution at all, you could be suspended for misconduct
13 replies
CC#
Created by morry329# on 7/10/2024 in #help
Dealing with the professor: advice appreciated
probably he is an hothead so confronting him would be worse
13 replies
CC#
Created by morry329# on 7/10/2024 in #help
Dealing with the professor: advice appreciated
i guess just do what you can and carry on
13 replies
CC#
Created by morry329# on 7/10/2024 in #help
Dealing with the professor: advice appreciated
not really C# related so i don't know if this fits here... in any case, do you see your grades impacted by your professor's behavior? does he behave like this with the other students as well?
13 replies
CC#
Created by Addanbillis on 6/30/2024 in #help
✅ Console app makes another app
no need to compile. just embed the exe in the program resources, write it to a temp path and then launch it
10 replies
CC#
Created by KidKai25 on 6/28/2024 in #help
✅ Is it a good idea to store CSS class as a property in my C# model?
don't do that. in case you'll decide to apply more complex restyling, everything will fall apart
14 replies