Re: [Harbour] THREAD STATIC var naming

2009-01-21 Thread Francesco Saverio Giudice
Il 21/01/2009 19.10, Viktor Szakáts ha scritto: Vars names align better visually if all prefixes are of equal length (one char). It's also easier to swap automatically without manual reformatting. We have 'g_', 's_', 't_', so it's a not a really busy list of prefixes, I'd prefer not to make

Re: [Harbour] THREAD STATIC var naming

2009-01-21 Thread Przemyslaw Czerpak
On Wed, 21 Jan 2009, Szak�ts Viktor wrote: Hi Viktor, > Vars names align better visually if all prefixes are of equal length (one > char). It's also easier to swap > automatically without manual reformatting. > We have 'g_', 's_', 't_', so it's a not a really busy > list of prefixes, I'd prefer n

Re: [Harbour] THREAD STATIC var naming

2009-01-21 Thread Viktor Szakáts
Vars names align better visually if all prefixes are of equal length (one char). It's also easier to swap automatically without manual reformatting. We have 'g_', 's_', 't_', so it's a not a really busy list of prefixes, I'd prefer not to make it any more verbose than necessary. Brgds, Viktor On

Re: [Harbour] THREAD STATIC var naming

2009-01-21 Thread Francesco Saverio Giudice
Hi Viktor, Il 21/01/2009 17.18, Viktor Szakáts ha scritto: Hi all, I'd like to propose to mark all THREAD STATIC vars with the 't_' prefix, instead of 's_' to make the difference obvious when looking at the code. So: THREAD STATIC t_var STATIC s_var why not ts_ ? Best regards Francesco

[Harbour] THREAD STATIC var naming

2009-01-21 Thread Viktor Szakáts
Hi all, I'd like to propose to mark all THREAD STATIC vars with the 't_' prefix, instead of 's_' to make the difference obvious when looking at the code. So: THREAD STATIC t_var STATIC s_var Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project