LogFAQs > #909981251

LurkerFAQs, Active DB, DB1, DB2, DB3, Database 4 ( 07.23.2018-12.31.2018 ), DB5, DB6, DB7, DB8, DB9, DB10, DB11, DB12, Clear
Topic List
Page List: 1
TopicCool function I wrote
Sahuagin
10/04/18 11:03:29 PM
#12:


not sure what I should say. some random tips:

- look up StringBuilder
- your function doesn't need to be generic, you could just pass a Type as a parameter
- consider making it an instance of a class rather than a static class, and then push some data up into fields rather than passing arguments
- you don't need to use ref parameters, that's just if you would want to send a value back up from the function into the variable
- not that important, but should use C# names instead of .NET names for things like string VS String
---
... Copied to Clipboard!
Topic List
Page List: 1