Should architect or dev lead tell teammate where to add their code before coding a new feature?
I have experienced with two kinds of team. After a feature is assigned to me, one kind of dev lead tell me the exact file or class to add my code, another kind of team just say the story or requirement to me.
MVVM, DDD, and WPF Layered Application Project Structure Guidance
I am trying to setup my application’s structure in VS and I want to “try” and future proof it to a reasonable level. This application will be a WPF re-write of an old Winform app that had followed no conventions. No Layers, Tiers, Acronyms, etc…
Testing controller logic that uses ISession directly
I have just read this blog post from Jimmy Bogard and was drawn to this comment.
Separating java projects
I have a large java project, and we use maven for our build cycle. This one project is used extensively – in other projects, in various applications, some of which are contained in it and some which are elsewhere… To be honest, it’s a bit of a mess (various bits added on at different times for specific purposes), and I’d like to clean it up a bit. Also, it’s not fully tested (lots of bits have been added on without proper unit and integration testing), and there are some tests that take a long time to run or don’t actually pass… (uh-oh) – so tests are switched off in the maven build cycle (again, uh-oh).
Are there any additional considerations to make when designing a site structure if you plan to use persistent connection technologies?
As the title states, I’m thinking of making a simple-card-game based website, using persistent connection technology (Something like signalR) for the actual game part of it.
Setting up Clojure Project And Sub Projects
This is primarily a lein question about setting up a major project and its sub-projects, and is not intended to be a discussion question. Instead, I am interested in either a pointer to documentation or to a Clojure/lein best practices link.
How to approach the creation of a “Unit Outline” generator?
I am the Studies Coordinator at a College and we currently have somewhere in the order of 100-200 unit outlines that are created at the beginning of each semester. Those outlines need to have information like:
Client Server .NET application with queuing message
I am new, so forgive me if my question is mistaken or anything, just give me an alert and I’ll be glad to fix it.
Structure vs. programming
Is it bad that I often find myself spending more time on program structure than actually writing code inside methods? Is this common?
Naming the project containing only interfaces [closed]
Closed 9 years ago.