|
I have never understood what is the ideal way to name a project, package, class. I do it in a random way which doesn't look professional at all. I know the class name should start with a capital alphabet. But what I don't really have trouble with is finding...
Started by silverkid on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
All classes within that package provide (aim to achieve) Your project name could be "fibonacci org.package.core org.package.extensions
Examples:
Project name - FibonacciSeriesProducer
Package name for some examples....
|
|
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.
|
|
I'm creating a new Java project for a concept/construct that's usually referred to with an ampersand (e.g. PB&J). Is it ok to name the project that? Should I avoid it? Are there any symbols that are not allowed in Java project names? Are there any symbols...
Started by froadie on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
As I understand java-....
They might be able to use special characters like "&" in project names, but imho you JAR Files.
What you probably are referring to are IDEs like Eclipse .
Java itself does not have the notion of "project".
|
Ask your Facebook Friends
|
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....
|
|
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 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.
|