All Questions
0
votes
1answer
30 views
Is it normal to get your software development products critiqued?
I am currently a software developer on coop that was in an interesting situation today. I cannot say too much, as the things I do are under NDA, but I make Grasshopper 3D (which is a Rhino plugin) ...
1
vote
3answers
40 views
Why is PHP's method of comparing different types bad?
I'm working on designing a new programming language and trying to decide how I will do variable comparisons. Along with many different types of languages, I've used PHP for years and personally had ...
-2
votes
0answers
18 views
Protocol for listing developer's tools?
Is there any protocol, format, practice for developers to write down their general toolset / tech profile?
e.g.
Linux Debian 7.3
Gnome 3.4.2 Mediterranean_dark
Golang
Python 2.7
Shell Z-Shell ...
1
vote
1answer
33 views
My company is outsourcing all development and making me a project manager?
I was told to ask this question here instead of the work stackexchange forum.
I do not know if I should be looking for another job, or if my career as a software developer will be compromised if I ...
3
votes
1answer
29 views
Best way to hide API key in source code
I need some ideas on how to protect a private API key in an application, specifically in a c# .NET application.
Firstly, I understand that it is theoretically impossible to hide anything in the ...
0
votes
3answers
44 views
Coming from high-level to C
I have a web background that grants me basic understanding over programming. Some older kids wouldn't even call that programming knowledge ("any moron can do PHP/Python/Ruby"), I guess, but let's not ...
0
votes
0answers
7 views
admin interface for API
I'm starting to write an API leveraging Laravel for the backend. To begin with, I would like to have an angular app on the frontend which will consume this API for its data store. Eventually, this ...
3
votes
2answers
26 views
How to measure that a team is doing Test Driven Development
My team is considering a department goal of doing Test Driven Development next (fiscal) year.
TDD sounds good and my manager is on board. The only problem is measurement.
Our company rules require ...
0
votes
1answer
21 views
How do I get a project owner to participate in acceptance testing?
I've started using Pivotal tracker for a project I'm working on. Conceptually, this seems really cool and I'm interested in using the agile model. I have one problem with everything talked about in ...
0
votes
0answers
16 views
Even distribution through a chain of resources
I'm working on an algorithm which routes tasks through a chain of distributed resources based on a hash (or random number).
For example, say you have 10 gateways into a service which distribute tasks ...
1
vote
1answer
25 views
Finding minimum path with return?
I'm having trouble understanding a past quiz question I got:
Bobby works at Starbucks in San Mateo (V). He is doing quality assurance testing and needs to visit stores in Palo Alto (B), Tenderloin ...
1
vote
1answer
31 views
Need an optimization algorithm
I need this algorithm for one of my projects. I will paraphrase the problem.
There are 'n' ropes that have different colored rings on them. (The colors might repeat on the same rope or across ...
-3
votes
0answers
28 views
is it a good idea to change my programming company? [on hold]
I have contracted over a web app with a company that gave me a lot of trouble with the quality and deadlines . Now , i am in the process of changing my programming company because of contractual ...
-2
votes
0answers
38 views
Computer Simulation to Simulate Sexual Networks in Humans [on hold]
I am doing a Masters and for my Thesis I want to build a computer simulation to simulate sexual networks in humans. So I will need to simulate an asexual (for simplicity) human population. The only ...
2
votes
1answer
89 views
Is it worth the time to run static analysis tools (e.g. Findbugs) on test classes?
How likely is it for a bug that can be discovered by a static analysis tool (namely Findbugs) in test classes mask a real bug in the actual code? Is this a realistic scenario?
Is it really worth the ...