Page 1 of 1

RWD WebApp use mod_harbour

PostPosted: Mon Jul 17, 2023 4:06 am
by ssbbs

Re: RWD WebApp use mod_harbour

PostPosted: Mon Jul 17, 2023 5:45 am
by Antonio Linares
great example,

many thanks for sharing it

Re: RWD WebApp use mod_harbour

PostPosted: Thu Jul 20, 2023 6:54 am
by Otto
Hello WenSheng,
Here you can see how I simplify the complexity of applications for myself by using Harbourino - an additional preprocessor - to split the functions.
I think you can understand from this simple function how it works.

But I can gladly further convert the program into HARBOURINO style.

Best regards,
Otto


Image

Re: RWD WebApp use mod_harbour

PostPosted: Thu Jul 20, 2023 11:21 am
by ssbbs
Otto wrote:Hello WenSheng,
Here you can see how I simplify the complexity of applications for myself by using Harbourino - an additional preprocessor - to split the functions.
I think you can understand from this simple function how it works.



May I ask why you did this?

Re: RWD WebApp use mod_harbour

PostPosted: Thu Jul 20, 2023 12:56 pm
by Otto
Hello WenShengg,

>how I simplify the complexity of applications for myself by using Harbourino

I only showed the way how I work on code.

I appreciate simplicity, and as a visual person, I prefer things to be straightforward.

Best regards,
Otto

Re: RWD WebApp use mod_harbour

PostPosted: Thu Jul 20, 2023 1:40 pm
by ssbbs
Otto wrote:Hello WenShengg,

>how I simplify the complexity of applications for myself by using Harbourino

I only showed the way how I work on code.

I appreciate simplicity, and as a visual person, I prefer things to be straightforward.

Otto


Personally, I prefer to complete the code, just open a file for debugging! :)

Re: RWD WebApp use mod_harbour

PostPosted: Thu Jul 20, 2023 3:03 pm
by Otto
Hello WenSheng,
I do too, and that's precisely the concept of the preprocessor.
It combines the modules into one file. I

have the best of both worlds.

After patching, I have your code exactly as it was. 1:1. :)

Best regards,
Otto