Improve const-correctness
Eröffnet am: 2009-09-17 02:27
Letztes Update: 2009-12-12 00:18
| Auswertung: | elfring | Verantwortlicher: | (Keine) |
|---|---|---|---|
| Priorität: | 1 - Unterste | Meilenstein: | (Keine) |
| Typ: | Funktionsanfragen | Schweregrad: | 5 - Mittel |
| Komponente: | (Keine) | Status: | Offen |
| Lösung | Postponed |
Einzelheiten
Would you like to apply the advices from a well-known article to more places in your sources?
I suggest to add the key word "const" to the type specifiers for parameters like the following.
- buf (function "CommentLogToFile")
- FName (function "isInvalidFileNameChar")
Kommentar
How can the concerns about potential side effects be clarified?