Page 1 of 1
Static variables
Posted: 25 Feb 2015 13:51
by Nerey
I think, it would be great if I can create static variables - it looks like global variable, but can be used only in one flow
Maybe possible to create the same thing with group of flows - variable can be used only in this group
In that case global variables will be cleaned from unnecessary data and all the variables will be much more structurized
Re: Static variables
Posted: 25 Feb 2015 15:48
by tschaedl
-1
global_variables are good enough. Don't make it too complicated.
Re: Static variables
Posted: 25 Feb 2015 16:24
by MURTUMA
You can keep variables structurised simply by naming them relevantly.
Re: Static variables
Posted: 26 Feb 2015 05:09
by Nerey
Static variables and variable scope is a basic possibilities of every hight-level programming language
I think it is the best indicator of the need
Re: Static variables
Posted: 26 Feb 2015 14:43
by tschaedl
1. Automagic is NOT a high-level programming language. It is an app to automate things
2. there is one developer of that app and a long feature list. What to do first? Improve thinks which have a (good) workaround or implement new features? I would prefer new features.
Thomas
Re: Static variables
Posted: 27 Feb 2015 05:28
by Nerey
tschaedl wrote:1. Automagic is NOT a high-level programming language. It is an app to automate things
Does it mean that we should ignore all the experience from other fields even if Automagic is not a programming language as you say?
tschaedl wrote:2. there is one developer of that app and a long feature list. What to do first? Improve thinks which have a (good) workaround or implement new features? I would prefer new features.
... so? It sounds like you have your own plans for Martin's work.
I should notice that you don't evaluate the main idea but bring here ideas from other topics. It's called offtop.
Re: Static variables
Posted: 12 Mar 2015 14:51
by mcyber
tschaedl wrote:-1
global_variables are good enough. Don't make it too complicated.
Yes.