Global variables in javascript
I don’t consider myself a highly skilled javascript developer, but I thought I got one thing right for sure: don’t create global variables unless you really have to.
Storing session in a static variable?
I’m currently checking a older piece of C# code used to maintain a login session.
Where to keep global variables in Windows Forms App
I have here a Vb.Net employee management application.
It has employees, managers, teams, trainings and so on.
Where to keep global variables in Windows Forms App
I have here a Vb.Net employee management application.
It has employees, managers, teams, trainings and so on.
Doesn’t an event bus affect global state?
“Minimize mutable global state” is a more or less accepted program design principle. The reason often cited is that having global state can affect two components that don’t are seemingly unrelated. In other words, a component mutating global state would have no idea who else it is effecting since it doesn’t know what other component has a dependency on that global state.
How to avoid global state without large function signatures?
So, there are some good answers to this question, namely:
Why is Global State so Evil?
How to avoid global state without large function signatures?
So, there are some good answers to this question, namely:
Why is Global State so Evil?
Separating Code into Smaller Files in C
I am in the process of cleaning up my code and making it easier to maintain. I am doing this by turning my 5000+ line file into separate smaller files.
Separating Code into Smaller Files in C
I am in the process of cleaning up my code and making it easier to maintain. I am doing this by turning my 5000+ line file into separate smaller files.
Separating Code into Smaller Files in C
I am in the process of cleaning up my code and making it easier to maintain. I am doing this by turning my 5000+ line file into separate smaller files.