Posts by user3571412 • 187 points
6 posts
-
1
votes2
answers117
viewsA: Can separating static methods into several classes have a negative impact?
Just as a complement, there is a negative (but really slight) difference in the memory of the application process, which, at least for me, is worth the price of code organization. The difference in…
-
4
votes2
answers117
viewsQ: Can separating static methods into several classes have a negative impact?
In question of organization it is relevant to separate methods into different classes. If we organize the methods in different classes in order to create a better organization, we can have a…
-
1
votes0
answers38
viewsQ: Ruby Winapi Socket TCP/IP
Hello, Currently I need to create a ruby connection using winapi only. Everything works perfectly, however, when the client sends an information, it needs EXACTLY ONE ANSWER, if there is no answer…
-
0
votes0
answers35
viewsQ: Problem with command execution
Currently I am doing some tests with the execution of commands through the mouse and with loops, see below: if $MouseOnEvent == -1 if @teste == 1 print "test" @teste = 0 end end if $MouseOnEvent !=…
rubyasked user3571412 187 -
12
votes1
answer225
viewsQ: Does the name size of a variable affect your weight?
There’s a size difference between that: string packet1234 = "123"; And that? string packert1234556 = "123";
-
0
votes2
answers122
viewsQ: Winsock receiving information from the server
I’m trying to send a really big information to the server (11000), and the problem I have is that it’s not coming full. Look at the code: On the server, there is a loop. do { Tick =…
c#asked user3571412 187