Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

Marcello Faga

@Marcello Faga
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Avoid return statement in the middle - horror or not?
    M Marcello Faga

    Georgi, I agree with you. "Return in the middle" is an horror! X|

    **************************** Strong congruence for strong people; with a compatible behaviour. For a semantical way of life.

    The Weird and The Wonderful question

  • The black hole
    M Marcello Faga

    Good, i thought it was bad coding

    **************************** Strong congruence for strong people; with a compatible behaviour. For a semantical way of life.

    The Weird and The Wonderful question

  • The black hole
    M Marcello Faga

    "Lasciate ogni speranza o voi ch'entrate" Dante Alighieri private double m_EdgeDim; public double EdgeDim { set { m_EdgeDim = value; } } Don't you really want to see what you have put?

    **************************** Strong congruence for strong people; with a compatible behaviour. For a semantical way of life.

    The Weird and The Wonderful question

  • Someone knows how fast this code can kill your application? [modified]
    M Marcello Faga

    Of course PIEBALD, it was a rethorical question ;) . The real question is how someone can have coded that one?

    **************************** Strong congruence for strong people; with a compatible behaviour. For a semantical way of life.

    modified on Wednesday, June 11, 2008 4:54 AM

    The Weird and The Wonderful help debugging question

  • Someone knows how fast this code can kill your application? [modified]
    M Marcello Faga

    private Pair<RefPoint3d> m_BoundingBox; public Pair<RefPoint3d> BoundingBox { get { **return BoundingBox**; } set { m_BoundingBox = value; } } Did you never define a property in this way? The run-time consequence is amazing: no exceptions at all, and sudden termination of the debug session when you are hovering the call at the property in your client module. PS: the error is inside the get property, because of the not voluntary recursive cycle it generates. PPS: I have no idea how this issue can be coded, the automatic refactoring of VS2005 should make impossible to code malware property.

    **************************** Strong congruence for strong people; with a compatible behaviour. For a semantical way of life.

    modified on Tuesday, June 10, 2008 10:22 AM

    The Weird and The Wonderful help debugging question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups