|
Can somebody explain/name me the priciples of SOLID development ?
Started by Omu on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Try this link for SOLID (and other principles)
http://butunclebob.com-of-the-month-march-solid-principles.aspx
http://www.davesquared.net/2009/01/introduction-to-solid.
|
|
I would like to see/learn how solid principles are utilized in a right way in a real projects.
Or there is none?
Started by Sun on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I've tried to follow the SOLID principles.
Have a look at the source code of my project .
|
|
Although not a pure OOD principle - should DRY also be included when thinking about SOLID principles? If not - why not?
Started by teabot on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's a bit like asking why you shouldn't add a monkey-wrench to a basket of apples: they're not really... .
"DRY" might be an underlying-oriented development, like SOLID does.
I think "DRY" is probably not specific enough to make it into SOLID.
|
Ask your Facebook Friends
|
Or what's so good about the game. I want to get into this series, but I want someone to convince me as to why this series has such a good reputation and such.
Thanks for any answers, I'll decide if playing as snake the old man is good or overrated.
Started by outworld222 on
, 20 posts
by 18 people.
Answer Snippets (Read the full thread at gamespot):
Are the benefits to me in convincing you? I think when the original Metal Gear Solid came out on the PS1 been playing since MGS1.Its got a solid fanbase because they are generally good games and replayable.
|
|
Http://dl.dropbox.co...lid%20Style.zip
updated for the whole beta 1.7 thing that happened.
I have stopped packing betterlight and the texture fixer with it because I'm lazy. I do recommend using them though.
Special Thanks to Rensje for updating it for...
Started by Trigger_Proximity on
, 20 posts
by 6 people.
Answer Snippets (Read the full thread at minecraftforum):
Tis ....
I may have to try this again with that mod in place and see if it's actually playable now .
Heh yea, I did something similar to that once myself but without the ambient occlusion that's letting you actually see the edge of your grass blocks there .
|
|
What is the simplest (and easiest, although that's subjective) algorithm for drawing solid (as in a single, solid color--no texture mapping) 2D polygons in memory? What is the most efficient method?
I am not interested in using the GPU or any rendering...
Started by Sydius on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The Polygon Fill Teaching Tool will show you a very nice, simple algorithm for drawing filled polygons of any complexity.... .
Why does that obviate rendering methods? I'd think the easiest way is to render the polygons to an offscreen buffer with OpenGL .
|
|
Which metrics are there and which tools exist to measure the SOLID ness of C# code? Or tools to indicate where the principles are violated most harmfully?
Started by Yacoder on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
|
|
Recently I bought a new black toner Q6000 cartridge for my hp color laser jet printer. It worked fine at first, but now it will only print a page that is solid black. What should I do?
Started by Dave Brown26 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Look at the care guide (or download one) and perform a full maintenance on your printer as it may be possible just to clean it without purchasing a new one
Several websites... .
This could indicate a problem with your fuser unit, or the photo conductive unit .
|
|
By default the listbox in ASP.NET has a 3D border effect. I need to change that to Solid, 1 px, some color. Can this be done using css?
Thanks, Atul
Started by Atul on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here is something that styles borders, but its involved:
http://v2.easy-designs.net/articles/replaceSelect....
Not sure about ie8.
Something to do with the rendering of it tied to the OS .
I think that for ie, certain properties of the select tag are not styleable .
|
|
I am currently using a dotted border for certain UI stuff such as instructions, notes, error boxes, etc.
But recently I changed to a solid border, due to a requirement, but I just find it kind of strange.
It seems that by making it solid it puts too much...
Started by Nick Long on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Many newer websites these days (Stack Overflow included) fore go the border completely and use a more subtle background color difference between the main body color for accented content sections... .
This is a difficult question because it is very subjective .
|