Jump to content

David Heffernan

Members
  • Content Count

    3674
  • Joined

  • Last visited

  • Days Won

    181

Everything posted by David Heffernan

  1. David Heffernan

    How do you organize developing new features in big projects?

    You should drop everything and fix this. I'm sure we've told you this before. We were right then, we are right now.
  2. David Heffernan

    Does debugger handle WITH better in latest versions, 10.3+?

    "with as do" is not a thing in its own right. There is with (expr) do. And here we see as used in an expression. We are just composing different aspects of the language.
  3. David Heffernan

    Does debugger handle WITH better in latest versions, 10.3+?

    LSP isn't about changing the language warning definitions. Never give up hope is a strange message. Keep hoping if that hope is justified.
  4. David Heffernan

    Does debugger handle WITH better in latest versions, 10.3+?

    All problems relating to with could be solved by the compiler warning about such collisions.
  5. David Heffernan

    Help, Missing files

    More clarity in the question. Full details of error, and a minimal reproduction. And don't post criticism for not receiving a response immediately. That does not motivate people.
  6. David Heffernan

    Does debugger handle WITH better in latest versions, 10.3+?

    Given that so much that is actually important is broken, this should be way down the list of priorities.
  7. David Heffernan

    Help, Missing files

    Not sure this approach is helpful.
  8. David Heffernan

    Patch 2 for RAD Studio 10.4 now available

    No I don't think it does make them managed records. I don't really understand how such simple code could break the compiler. It's as if Embarcadero don't have comprehensive tests in place.
  9. David Heffernan

    Patch 2 for RAD Studio 10.4 now available

    Will it compile if you restore the constraint but specify the generic type explicitly instead of relying of type inference?
  10. David Heffernan

    Are we just "Cash Cows"?

    This is just not true.
  11. David Heffernan

    Are we just "Cash Cows"?

    Security is not a property of the language. It's a property of the code. And the code is written by programmers. They determine how secure a piece of code is, not the choice of language. Hard to see how that brings security.
  12. David Heffernan

    Restore Delphi File Associations?

    Yes.
  13. David Heffernan

    Help with string extraction function

    If you don't have a performance bottleneck, make sure that you use a version of the code that is easy to read and maintain.
  14. David Heffernan

    Help with string extraction function

    Do you have a performance bottleneck with this code?
  15. David Heffernan

    Scrollbar creation in C++

    You can get help in the community version I believe. But in any case it's all online.
  16. David Heffernan

    Are we just "Cash Cows"?

    There is no buzz. Where are all the new developers?
  17. David Heffernan

    Are we just "Cash Cows"?

    I'm less convinced that is so.
  18. David Heffernan

    Are we just "Cash Cows"?

    The problem with that is the the problems tend to interact with each other.
  19. David Heffernan

    Are we just "Cash Cows"?

    The point of the book is that adding programmers won't necessarily result in a better output.
  20. David Heffernan

    Are we just "Cash Cows"?

    It's far from that simple. I take it that everybody has read this:
  21. David Heffernan

    FreeAndNil or NilAndFree ?

    I can't reconcile these two statements.
  22. David Heffernan

    FreeAndNil or NilAndFree ?

    That something may be done in the RTL/VCL doesn't mean it is good practise.
  23. David Heffernan

    FreeAndNil or NilAndFree ?

    Nothing can save you at this point.
  24. David Heffernan

    Need to Remove the PixelsPerInch and TextHeight fake properties

    OK, Scaled = False does change things.
  25. David Heffernan

    FreeAndNil or NilAndFree ?

    Destructors must not raise exceptions. My personal view is that if they do then the best course of action is to terminate the process.
×