Post Unlocked by Jeff Atwood

    Post Locked by Jeff Atwood

show/hide this revision's text 10 Rollback to Revision 5

I have the following code:

class Porn
Foo
{
    public Porn(Foo()
    {
    	Size = true;
    }

    private bool _headSize;

    size;

    protected bool HeadSize
    Size
    {
    	get { _headSize; size; }
    	set { _headSizee size = value; }
    }
}

class CrazyPornCrazyFoo : Porn
Foo
{
    public void ScreenFirstShot(First()
    {
    	if (!HeadSize)
    		!Size)
    		return;
    }

    public void ScreenSecondShot(Second()
    {
    	if (!HeadSize)
    		!Size)
    		return;
    }
    public void CrazyUp(Finished()
    {
    	if (!HeadSize)
    		!Size)
    		return;
    }

/and more methods... like 200 more/ }

What is the best way to implement this sort of pattern, as it drives me nuts to type

   if(!Size) return;

perhaps I can do it with attributes or AOP?

What is the best and simplest way?

Thanks

show/hide this revision's text 9 Rollback to Revision 6
show/hide this revision's text 8 Rollback to Revision 1
show/hide this revision's text 7 Rollback to Revision 5
show/hide this revision's text 6 added 91 characters in body
show/hide this revision's text 5 deleted 121 characters in body
show/hide this revision's text 4 added 121 characters in body
show/hide this revision's text 3 deleted 13 characters in body
show/hide this revision's text 2 deleted 466 characters in body
show/hide this revision's text 1