Jump to content

Sherlock

Moderators
  • Content Count

    1196
  • Joined

  • Last visited

  • Days Won

    23

Posts posted by Sherlock


  1. 16 hours ago, Lars Fosdal said:

    I have to agree. Their information - or rather, lack thereof - is really bad for their reputation.

     

    There is fitting german proverb for exactly this

    "Ist der Ruf erst runiniert, lebt es sich gänzlich ungeniert"

    Which roughly translates to

    "Once the reputation is shot you can live quite unabashedly"

     

    Soooo... I'm guessing they are headed in that direction. 😄

    • Like 2
    • Haha 2
    • Sad 1

  2. Ah, Delphinus. I remember that. Awesome project! But alas, all free projects collide with some restrictions of other "free" projects (note the different frees here). The following part just made it to much of a hassle for me (I am really lazy):

    Quote

    The current number of repositories already exceeds the number of calls Delphinus can do to the anonymous Github-Api. You’ll have to provide a OAuth-Token linked to a Github-Account.
    https://github.com/Memnarch/Delphinus/wiki/Common-Errors

    That ended my brief foray into this great project. But it seems really well thought through and implements many of the ideas posted in this thread. Only downside is the Github monoculture.


  3. Consider looking at other projects tests. For example the tests in DUnitX itself: https://github.com/VSoftTechnologies/DUnitX/tree/master/Tests

    or DWScript: https://bitbucket.org/egrange/dwscript/src/master/Test/

    or SKIA4Delphi: https://github.com/skia4delphi/skia4delphi/tree/main/Tests

    and last but not least Synopses mORMot: https://github.com/synopse/mORMot2/tree/master/test

     

    and kinda out of competition there is this: https://github.com/NickHodges/DelphiUnitTests a noble initiative to create and collect unit tests for Delphi itself... sadly it did not take flight.


  4. 4 minutes ago, #ifdef said:

    Free and useless - because it's old 😒

    That really depends on the individual use case. For learning OOP with a Pascal flavor, D7 can be useful. For writing private Windows applications, that look "OK", Delphi XE2 is useful. For making money with Apps on current iOS...then any CE will be useless for several reasons.


  5. I love the possibility to create and sell a monolithic exe, that can be dropped in a folder and just be executed, no installer necessary. That is of course not a distinguishing feature of Delphi, you could compile a C# application into a monolithic exe as well, but how often is that really done?

    • Like 4
×