|
Sure, there's a type of project in Visual Studio that outputs a DLL that people can use. I know that. I'm just wondering what are some of the standards that devs will expect when using my DLL file.
I'll be providing a class that searches for movies in...
Started by John McClane on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
For example....
Avoid any hidden dependencies in your code.
One of the first and foremost things you need to do is to publish all your dependencies .
There is much to say to this thema.
You're then interested in best practices when designing a class library .
|
|
I've read many answers to similar questions, but still didn't get to the answer that I was looking for.
We've got a group of about 12 devs and business analysts working on one app. It's an enormous application, I'd guess about 1000+ pages in a mix of ...
Started by jcollum on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
As for being able to rehydrate from....
From their white paper, that talks about web pages, you can extend the concept to stored procedures and scripts for generating/modifying tables .
Perforce has a great white paper addressing some of the issues you raise .
|
|
I'm currently the only developer using Eclipse Mylyn integration (I'm the experimental one). I have two repositories configured - Bugzilla, which the project uses for internal bug tracking and a Local repository. I use the Local repo for organizing the...
Started by LES2 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Since Mantis....
You could setup a MantisBT bugtracking system , with the appropriate Mylyn-Mantis Repository Connector .
Why don't you simply use your original Bugzilla instance?
Personally, I'd consider it tedious and useless to separate tasks and bugs .
|
Ask your Facebook Friends
|
In small enough organizations, should there be completely independent QA and Dev roles, or should each role involve some time (e.g., 1 day a week) doing the role of the other side?
I'm not talking about unit tests. I'm talking about a QA focusing on the...
Started by Uri on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Having said that, QA should not be writing mission critical production code and Dev's and development teams are strengthened....
Plus, testing is a great learning experience for a Dev that just works .
Is coming from at a time of any dis-agreement.
|
|
Ask the Devs: Tanking Seeing as how this site is known as "Tankspot", I figured that some people may be interested in some of the questions that were answered by the Blizzard community.
Here are the answers that were given to the most popular questions...
Started by Krenian on
, 16 posts
by 13 people.
Answer Snippets (Read the full thread at tankspot):
I don't think.
Nevermind, was reading the ask the devs WoW thread and I think I found it.
From stats to role design, and was hoping the devs would adress some of the design aspects that many the camels back.
|
|
I am a junior dev in terms of commercial experience (had a short job - 3 months, doing .NET). Although in all the time I have been at home/job hunting, etc, I have learnt loads and written lots of code for myself and others, hopefully putting me in the...
Started by dotnetdev on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Who does a really good job and you have faith .
If you have a really bright junior dev.
It depends".
|
|
My boss said to me that he will giving me a certain task, which will be quite big, and using the latest technologies which he knows I have some experience of but not inside out.
As a junior developer, do you ever feel held back by the feeling of being...
Started by dotnetdev on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
The senior devs were juniors once.
This is slightly different but possibly an interesting question, I'd think .
|
|
I am working on some additions to an MVC app that the big dogs in the office have been building. I was told since they are so busy I am to do it with little to no help from them. However I am getting very confused on some basic things and I am afraid ...
Started by Ryan on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
If management don't think....
I'm still not a rock star, but I can talk at the senior dev's level at work with just a few years environment.
Seek out examples and tutorials in the dev stack I used at work and wrote as much code as possible.
|
|
As I'm learning Objective-C for iPhone, a friend is discouraging me by insisting that Objective-C is syntactically obtuse and missing many modern language features. Objective-C is usually described as being "close to the metal" and therefore more efficient...
Started by yar on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
So for game dev, an in-depth knowledge of Obj-C.
In fact, I do 99% of my iPhone game dev in Windows).
|
|
I'm currently working on a team that has half the developers thinking in terms of "objects" and the other half ignore the concepts all together. It's starting to make working together more difficult because the OOP guys (myself included) want to build...
Started by Toran Billups on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
A compromise is abhorrent to most programmers, as we seem to have a keen sense of "correctness",... .
If your boss isn't going to be helpful by setting expectations and standards for this kind of thing, you need to come to an agreement with the SQL people .
|