Skip to main content

Questions tagged [refactoring]

Filter by
Sorted by
Tagged with
0 votes
1 answer
316 views

I'm a web developer, new to C# and trying to learn Unity. I've learned the C# syntax, I understand how to write working code, although I'm having a hard time understanding when and to what classes ...
Adam's user avatar
  • 3
3 votes
1 answer
2k views

I'm running into a problem that I think will seriously affect maintainability down the road, so I'd like to figure it out now before it becomes a problem. I've been starting to use private [...
Adam B's user avatar
  • 800
43 votes
6 answers
8k views

I am coming from software development background. During the software development cycle, we usually focus on functionalities and the working product. At the end of development, we start optimizing ...
Emad's user avatar
  • 1,136
1 vote
1 answer
1k views

I want to ask about the best method of storing data that represents information's about specified objects. I want to find a better way to storing somewhere items in my RPG game before problems had ...
Michael's user avatar
  • 119
1 vote
1 answer
478 views

[Context] I am developing a game in Unity, and wanted to make a Game Manager. Like many examples out there, it uses a Singletron design pattern. But i have several other Managers, all using Singletron ...
Romulo Rocha's user avatar
1 vote
2 answers
963 views

Hey there my fellow programmers. Looking for a little input into a potentially smelly code problem (I was about to post this on the Code Review SE, let me know if that's the more proper place). After ...
steve's user avatar
  • 220
6 votes
1 answer
1k views

I'm building a game where the player's character can attack bad guys and vice versa. I built this with the concept of an "attack cooldown" because I don't want units to be able to attack each other ...
Daniel Kaplan's user avatar