Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do FunctionName.prg
Message
 
 
To
13/05/2021 18:49:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01680170
Message ID:
01680439
Views:
34
>>>>Can you imagine someone saying: The FTP function does not work anymore, what are the most recent changes? You'll have to go through your source controls for 20 files in stead of one.
>>>
>>>Get a decent source control? This is a wiggle the fingers using git no matter how many files are involved. (If used gitish and not CVS like .... [gdr] )
>>
>>We have been using sourcegear vault for a decade or more. Its quite good. But the point is that dealing with one file is better than dealing with 20. No matter what tools you use.
>
>Agreed
>Way back, most of our VFP work involved modifications to SBT
>We kept all our prg mods in one procedure file and all our class mods in one library.
>That made finding our mods a lot simpler.
>BTW, I keep most of my similar functions in one .cs file in .NET. It makes my life simpler.
>If it cost a couple extra microsends to load, so be it.

And I agree with you and Walter. In my .NET project the pages (each one) has code behind. But all common classes are in one .cs file. I don't even know if it takes a couple of extra micro or milliseconds to load; I don't care. No one ever complained about speed of loading or processing the code. The computers today are super powerful. The only "bottle neck" could be getting the data from or sending to SQL Server.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform