How do I prove to management that our programmers could work more productively? [duplicate]
This question already has answers here: Software Design: Build it fast or build it well? (17 answers) Closed 9 years ago. Backstory I graduated less than a year ago with a degree in Computer Science (with extra courses in software engineering), and another degree in Software Engineering. I’d like to think that I’m familiar with […]
How do I prove to management that our programmers could work more productively? [duplicate]
This question already has answers here: Software Design: Build it fast or build it well? (17 answers) Closed 9 years ago. Backstory I graduated less than a year ago with a degree in Computer Science (with extra courses in software engineering), and another degree in Software Engineering. I’d like to think that I’m familiar with […]
Theory about software communications mixing up with other software causing an Apocalypse?
I can remember a very Very long time ago (pre Y2K) , reading an article by some “expert” that theorized that software communicating over the internet, especially video games could get mixed up with Military communications meaning that a user could inadvertently mobilize a B52 nuclear bomber with a click of his mouse on a video game.
The way to describe the scale of software in the CV [closed]
Closed 9 years ago.
Why do some big projects, like Git and Debian, only use a mailing list and not an issue tracker?
Bug tracker for any decent sized project seem like a bit of a no-brainer to me – it makes it really easy to organise hundreds or thousands issues, without issues colliding or getting mixed up.
What to do when a client asks for something unreasonable (from my point of view)
I’m a freelance programmer and recently I finished a website, it all works fine but there was one user that complained to my client that he couldn’t log in. This problem was clearly a cookie-restriction/old browser one (I couldn’t create the problem myself and hunderds of users are working with the website just fine)
How do I take responsibility for my code when colleague makes unnecessary improvements without notice?
One of my teammates is a jack of all trades in our IT shop and I respect his insight.
“Too object-oriented”
I come from a strong OO background, and I have recently started working in an organization which, although the code is written in Java, has a lot less emphasis on good OO design than what I am used to. I have been told that I introduce “too much abstraction”, and that I should instead code the way it has always been done, which is a procedural style in Java.
How do I Integrate a Former Team Member into the Current Team [closed]
Closed 9 years ago.
Does data size in TCP/UDP make a difference on transmission time
While discussing the development of a network component for our game engine, a member of our team suggested that transmitting either 500 bytes or 1k of data using UDP makes no difference from performance perspective of the system (the time it takes to transmit the data).