Timeline for Should interface names begin with an "I" prefix?
Current License: CC BY-SA 4.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 20, 2024 at 10:14 | comment | added | Christophe | I find it great that you have updated your answer following your own practical experience, contradicting your initial opinion. +1 for that, because it make the answer more valuable (and I like the update). I've put some bold on it, because it's really worth to be noticed by the readers. By the way, there's a core guideline advice on the topic ;-) | |
| Apr 20, 2024 at 10:06 | history | edited | Christophe | CC BY-SA 4.0 | added 8 characters in body |
| Feb 29, 2016 at 9:52 | history | edited | Ela782 | CC BY-SA 3.0 | added 227 characters in body |
| Apr 8, 2014 at 22:46 | comment | added | david.pfx | Read the top-rating answer and compare yours. You are new to SO, and this is an opportunity to learn what kinds of answers attract votes. As it stands, yours won't. With more work, more explanation, more value, it just might. Hang in there! | |
| Apr 8, 2014 at 15:40 | comment | added | Ela782 | @JohnGaughan: Sure it has interfaces! But my whole point is that it is about the keyword. C++ doesn't have one, so it is not visible to the IDE/user if he/she deals with an interface or not. In Java, however, it is immediately visible. | |
| Apr 8, 2014 at 15:39 | comment | added | Ela782 | @david.pfx: I think I precisely answer the question "Should interface names begin with an “I” prefix?": It depends on the programming language. If you think my elaboration is not clear enough, I am happy to improve it - which parts are not clear for you? | |
| Apr 8, 2014 at 14:51 | comment | added | user22815 | C++ definitely has interfaces, even if there is no keyword for it. What do you call a class where every member function is pure virtual and there are no member variables? | |
| Apr 8, 2014 at 11:10 | comment | added | david.pfx | Are you sure this answers the question? You might like to read the other answers and clarify some of your points. | |
| S Apr 8, 2014 at 10:07 | review | Late answers | |||
| Apr 8, 2014 at 10:47 | |||||
| S Apr 8, 2014 at 10:07 | review | First posts | |||
| Apr 8, 2014 at 11:10 | |||||
| Apr 8, 2014 at 9:49 | history | answered | Ela782 | CC BY-SA 3.0 |