Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
C0D4681466yFuck strong typing.
I have this fettish of turning my string into an array, converting that to json, swapping that out for an object, rolling that around a loop for a while() and creating another array of int values of the original object values, taking this new array of Ints and dropping them into a concatenated float and eventually returning that float as a string.
let x = “good fucking luck”; -
KAS893706y@ganjaman what are you talking about man? Your username tells me that you smoke weed. Lol
-
-
But C# has a var and a dynamic type so basicly it can support both types of programming! Right?
-
@Gregozor2121 @AchilleMe hello no.
var will let you skip the initial typing but scream if you change it afterwards.
Related Rants
Fuck NodeJS and Python, C# and strong-typing is all I need in life. (But python is sometimes useful)
rant
c# is love
wk132