User talk:Guix: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 4: Line 4:
--[[User:Guix|Guix]] 20:41, 26 January 2013 (UTC)
--[[User:Guix|Guix]] 20:41, 26 January 2013 (UTC)


<pre>function a(x) return b(x) end</pre> do you still stand that this is a useful function? It's a programming pattern that should never be used! --[[User:Wielebny|Wielebny]] 15:56, 27 January 2013 (UTC)
<pre>function a(x) return b(x) end</pre> do you still stand that this is a useful function? It's a programming antipattern and should never be used! --[[User:Wielebny|Wielebny]] 15:56, 27 January 2013 (UTC)

Revision as of 15:58, 27 January 2013

I think that your recent contributions are pretty useless. Why do you post functions that do nothing else than return some other functions? Functions like getColorBlue, getColorRed, ... provide no usefulness and should not be used by anyone. They are really bad examples. Please refrain from adding such things. --Wielebny 13:47, 26 January 2013 (UTC)

Just because you have no use for these functions doesn't mean it is useless. Actually I needed them so I made them, it was useful for me so it will be for someone else. --Guix 20:41, 26 January 2013 (UTC)

function a(x) return b(x) end

do you still stand that this is a useful function? It's a programming antipattern and should never be used! --Wielebny 15:56, 27 January 2013 (UTC)