Post

Code Monkey
Code Monkey@UnityCodeMonkey·
I see a lot of people worried that they're doing something wrong because they need to use Google when trying to solve some game dev or programming problem. My simple answer: Google is a great tool and using it is a perfectly natural part of the process! Don't worry about it. Especially if you're googling just because you don't remember the syntax, that is more than perfectly fine. As a programmer your task is to solve problems, not to memorize syntax. Personally I use google a lot, especially when working on something that is on the bleeding edge (like Unity DOTS) or another language (like PHP). The only thing you need to be cautious when using google is simply make sure you're NOT just blindly copy pasting code. If you do that then yes you're not using google properly, you're not learning anything, and it's only a matter of time until something breaks and you cannot solve it because you don't understand how it works. In essence google is just another tool, when used properly it is a great tool, when used badly it yields bad results. So yup absolutely use google to look for answers for any questions you have, but when you find a solution or answer make sure you spend time understanding WHY it works. That way you actually gain knowledge and the next time you come across that same problem you won't have issues solving it yourself. Best of luck!
Code Monkey tweet media
English
5
2
33
1.8K
VektorError
VektorError@VektorError·
@UnityCodeMonkey Google has been broken for the last few years. @perplexity_ai is far far better and also gives great answers to small coding problems directly. One step up is using grok and paying per month purely for the amount of time that you'll save with searches and code generation.
English
0
0
1
58
Beezy
Beezy@BeezyManzell·
@UnityCodeMonkey I think they're typically over verbose, but why not use Claude/Gemini/ChatGPT for the same? If you keep the window open it remembers your previous questions and can say "well if you're using technique x, you'll need to use y here instead of z" which van save some frustration
English
0
0
0
62
ozn1911
ozn1911@ozn1911·
@UnityCodeMonkey C# documentary is pretty good, it's useful to keep a side tab to it, and then click all classes and things i dont know sometimes, when using copilot or chatgpt instead of google, it can mention things/classes i didnt hear, and then i spend next 10-30 minutes asking about it
English
0
0
0
51
SonsOfMarsUE5
SonsOfMarsUE5@SonsOfMarsUE·
@UnityCodeMonkey That is just simply not true. Look my profile. My entire game is coded using this method. All c++. I run into an error then feeding the error and get it solved.
English
0
0
0
27
Paylaş