|
Hello everyone.
I'm working on naming guidelines for solutions, projects, their default namespaces and asseblies (Visual Sudio). Now it looks like that: For example, we have a company named "Company" and a project named "Project". The project has business...
Started by bniwredyc on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To name projects as follows:
YourCompanyName.CustomerCompanyName.ProjectName.ProjectUI.
|
|
At work we're having issues with different people wanting/suggesting different names for a new project. It's changed 4 times in the last 2 days.
What processes do people go through when naming internal projects? How do you work as a team to come to a ...
Started by Mez on
, 19 posts
by 19 people.
Answer Snippets (Read the full thread at stackoverflow):
For instance if its a .Net project, you" to the code, named as a project, and moving the code to a new folder name is the "project" then witty names....
It really depends on how saddled with a name you will be.
|
|
I think I remember reading in the Pragmatic Programmer that funily enough projects are better received if they are given cool project names.
I've started an initiative to introduce Continuous Integration into a business.
Can anyone think of cool project...
Started by Lee Englestone on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Will get closed :)
I like to name projects after James Bond films with my favourite being Project Moonraker
Project Always Ready!!!
(I know boring!)
I tend to name my projects after philosophersProject Necromancer....
|
Ask your Facebook Friends
|
I've tried several times to come with an answer to this question. I'm not happy with how projects are named in my shop, they are usually random named after some of these items:
the client some technology used/ or expected to be used inside the project...
Started by Mercer Traieste on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
I've no convention, usually project name is a contraction of customername and a contracted to the same problem (first project often gets the "client" name without department qualification), but IMHO the name of each ....
|
|
I just wonder if using a folder called "Controls" in the root of either a Web Site Project (yuck) or a WAP project will cause any name collisions in asp.net.
Anyone experience a problem using this particular name for a folder?
Answer Snippets (Read the full thread at stackoverflow):
Developer's Guide : Names of Namespaces :
The name chosen for a namespace should indicate for a namespace name is as follows:
<Company>.(<Product>|<Technology>)[.<Feature> with a company name to prevent....
|
|
I usually name by classes in the Business project as Manager.cs, like BaseManager.cs, CommentsManager.cs, ProfileManager.cs, etc...
How do you name your classes in the DataAccess project? Do you call it CommentsDA, CommentsDB, or what?
Just curious......
Started by Swami on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Otherwise by using tightly-coupled assemblies/would be named in....
Class Naming Importance is Changed by Low Cohesion Usually, by implementing a class suffix is you don't use the concrete class name directly anymore.
project.
|
|
I know ''git mv'' can be used to rename a file or dir. But I don't know how to rename a project's name?
Started by Cook Schelling on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Git itself is indifferent....
2) the name of the directory containing from child to dev .
There are two things you might mean by this
1) the name as displayed by (for example) gitweb :
edit .git/description to contain the repository's name.
|
|
I am creating a Team Foundation Server (TFS) 2008 build agent for a project of mine. For the working directory, we don't use the default $(Temp)\$(BuildDefinitionPath). Instead of Temp, we use a specific folder. That folder path includes the Team Project...
Started by MADCookie on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Use $(MSBuildProjectName) :
The file name of the project file without the file name extension.
|
|
I recently migrated a VSS database to TFS 2008. Using Source Control Explorer, I got the latest version of a solution with 12 projects. When I opened the solution in VS 2005, two of the projects were not found. I am not sure why these two projects were...
Started by Mike K. on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Seems like it comes from (.csproj) project file;
which generally tolds Visual Studio to handle....
I had the same message...
You can code editor (text).
I would try hand editing the project/solution files, they are text and pretty easy to read.
|
|
Any suggestion how to name an opensource project.
How much is it advisable to simple make an abbreviation of the technology used and what you wish to achieve from it. Or recursive names like bing, gnu
Can anyone please mention some smart names of various...
Started by Vivek Sharma on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If you care about people finding your project via search engines, DON'T name it after a very commonWhatever you name it,....
If people can't remember the name of your project that's a bad thing: make.
Should shoot for.
|