The software-evaluation tag has no wiki summary.
2
votes
3answers
143 views
Evaluating the complete revision of other's software
I'm having some difficulty to evaluate the revision of a software: the software was paid by customer years ago, never used, and now the customer have noticed that it doesn't work as expected.
Now ...
4
votes
4answers
340 views
How do I evaluate an IDE?
I don't want to know which IDE is best, because that's subjective. I'd like to know how to evaluate an IDE. I'm primarily a vim user, and realistically happy there, but occasionally look at languages ...
8
votes
6answers
340 views
Is looking at random code snippets useful to quickly determine the quality of a project?
To get an idea of the quality of a project that I've never seen before (usually open source projects that I'm considering whether or not to use), I often start by opening random files and eyeballing ...
2
votes
4answers
275 views
Would Using a PHP Framework Be Beneficial in My Context?
I've just started work at a small start-up company who mainly uses PHP to develop their front-end apps. I had no prior PHP experience before joining, and this has led to my apps becoming large pieces ...
1
vote
1answer
62 views
Function points measure for a business applications framework. Is that possible?
So, my boss wants to have a complexity measure for a framework developed internally in our company. Is that possible?
As far as I know, functions points do not apply to software that doesn't have ...
-1
votes
3answers
239 views
How to manage and improve web application with 50 customers?
First of all, sorry for my English. We've developed a Web Application using ASP.NET and Sql Server. We've started selling it and of course are still continually improving and developing it.
The ...
2
votes
4answers
239 views
Evolution of an Application: how to manage and improve core engine?
The web application I work on has been live for a year now, but it's time for it to evolve and one of the ways in which it is evolving is into a multi-brand application - in this case several ...
8
votes
4answers
473 views
Explain to a non-technical manager that the tool he chose isn't apt
My non-technical manager just paid for a license to use a tool which designed to pick mentions of your brand name at blogs, "social media", comments, etc. and gauge the sentiment (positive, neutral, ...
1
vote
2answers
192 views
Offline demo of website - tools to handle “saved” external links
I am designing a test (demo to users) of a web site from my local machine without Internet access. The site will be hosted locally, but I would also like users to be able to follow links to certain ...
3
votes
5answers
235 views
Is it possible to rate how predictable a program's behavior will be?
If so how, and what value would this rating have in understanding the code?
For example, I would guess that programs using genetic or neutral algorithms would be less predictable than one calculating ...
4
votes
5answers
365 views
Not Invented Here - what does it take to not succumb to it?
I will start with one, which however did not work the way I wanted.
Vendor Evaluation: In the beginning of the project, we spent some time to do a survey of existing open-source libraries that can be ...