988 reputation
1715
bio website freelan.org
location France
age 28
visits member for 2 years, 5 months
seen May 29 at 16:52
stats profile views 64
There is nothing to know about me !

May
7
awarded  Notable Question
Jan
23
accepted How to suggest changes as a recently-hired employee?
Jan
23
awarded  Popular Question
Jan
16
awarded  Yearling
Mar
29
comment Using macro as an abstraction layer
Your colleague probably thinks that somehow your version is slower. If it is, the time difference will probably unnoticeable and anyway, one can expect any decent compiler to inline the call completely where possible. Use the second method.
Feb
27
comment Is it a problem to have different styles of HTML coding within team?
You give an answer in your question : " I mean whenever we look at each other's code, we tend to put a good amount of time in understanding why the other one does that". So yes, it is surely a problem :)
Feb
17
comment Is having C++ header files without extension a good practice?
@SteveJessop: You are right. Actually, he claims that he follows Qt conventions, and I believe he does most of the time. But from time to time, it seems that someone (not necessarily him) adds a file and doesn't follow the convention anymore, resulting in a highly inconsistent layout.
Feb
17
comment Is having C++ header files without extension a good practice?
@ArjunShankar: It is someone from a different team (not even in the same building). We don't have document, but I am in charge of designing the build environment, but we have some history and I regularly have to make decisions about including or not other team's habits in the global environment.
Feb
17
comment Is having C++ header files without extension a good practice?
@Justin: Neither do I. I have nothing against Qt. I even think it is an amazing library but some of their design choices really feels wrong to me.
Feb
17
asked Is having C++ header files without extension a good practice?
Feb
15
awarded  Popular Question
Feb
4
comment What can one do when “lead by example” doesn't work?
@gbjaanb: Thanks for sharing your experiences. Obviously, too much change can bring as much trouble (if not more) that a lack of change. However, in my situation, the tools and code style haven't changed in 10 years. As in many things, I really think there is a good balance to find here.
Jan
31
awarded  Popular Question
Jan
30
awarded  Popular Question
Jan
28
comment What can one do when “lead by example” doesn't work?
Very good read. Thank you !
Jan
28
awarded  Editor
Jan
28
comment What can one do when “lead by example” doesn't work?
@DJClayworth: The VSS repository is only used as a basic storage system. Nobody ever looks at the history and they usually erase everything before copying the entire directory again.
Jan
28
revised What can one do when “lead by example” doesn't work?
deleted 1 characters in body
Jan
28
comment What can one do when “lead by example” doesn't work?
@Kyralessa: My bad. I said 8000 developers when I meant 8000 employees. Must be more around 1500 developers.
Jan
28
awarded  Good Question