The king of kings
Explore posts from serversI wonder if I should be using the IEquatable interface instead of IComparable to compare on objects
I wanna ask you for your opinion to use the IEquatable interface instead of IComparable? I mean obviously I dpn't need to sort my list of ogjects or perform any sorting, therefore I might need to use IEquatable since it only checks if an object is equal to another object, what do you think?https://paste.mod.gg/fsksuwwdtlvl/3
121 replies
❔ Using inheritance in my project
I'm building a book shelf project and I need help with modifying my ctor so I could assign each input for one of the subclasses or the books https://gist.github.com/Programmer-Faraj/9a2f90285e21996c4cf7577505ce6853
184 replies
❔ Applying binary search into my project
I need help with implementing binary search in this project
https://gist.github.com/Programmer-Faraj/fdc814033943b69af8bdf19a00b83b14
572 replies
❔ Using the DateTime.Now
How do I apply a date for each blog that should have a publication date? https://gist.github.com/Programmer-Faraj/fdc814033943b69af8bdf19a00b83b14
82 replies