Comment on: Female Programmers
I don't know the first thing about ruby but most programming languages have it built in. Its called string formatting and string interpolation. Ruby has it. Hilariously she is using string interpolation in her concatenate method. It's completely redundant to use it that way.
string1 = "hello"
string2 = "world"
output1 = "%s %s" % [string1, string2]
output2 = "#{string1} #{string2}"
Comment on: Female Programmers
Hey guys how do I get my php code to work on c++ so I can run my website on c++ instead of apache
Comment on: Female Programmers
The console commands are pretty funny but if you zoom in on the code it has been writing you see
def concatenate_strings( string1, string2 )
"${string1} ${string2}"
end
concatenate_strings("hello", "world");
Prodigy in the works!
Comment on: Microsoft already ruining GitHub
F R A M E W O R K S
R
A
M
E
W
O
R
K
S
The fact that they're female or not is redundant Semitics. If they're good at writing code they're a programmer. Why do you need to bring attention to the fact they're a girl? Should argue more Semitics and start calling all men guy programmers? it doesn't make any sense to me. girl/female programmers are just women trying to virtue signal about how nerdy they are by calling themselve le gurl coders just like they do the same with video games.