Is there an editor that allows you to work on the BAF code?
Conditions can get quite long and tedious. I've tried copy then paste into excel, however does not work.
I just want to speed up the process a little.
Freak In The Sheets?
If you want to get away from the editor, I recommend Python and the BA API. I don't use baf's much at all these days apart from setting a few Stored Values quickly. I then pull those, prices etc in Python via the API, crunch the data and return my entries. chatgpt can help you put the code together quickly
You can open in notepad. It isnt a very friendly environment but it has its uses.
We considered creating automation as a language so you could edit it in a notepad, etc. But based on the sort of support queries we get, we thought that would be a step too far and require teaching people about logic, etc.
It's not impossible to create an 'elite' edition with this. I think it's beyond most ordinary users, but may require a higher level of support so that would need to be reflected in the price.
It's not impossible to create an 'elite' edition with this. I think it's beyond most ordinary users, but may require a higher level of support so that would need to be reflected in the price.
I think with it's current file format structure wouldn't be too bad to stick into XML or JSON to give people the option to manually edit it & adapt the code for rules editor to read/save down. That way there's best of both worlds, the people happy to modify manually (which would be caveated as user does so at own risk, if they balls it, their fault, plenty of guides on how to structure files out there) and those happy to use the built-in editor.Euler wrote: ↑Fri May 09, 2025 1:52 pmWe considered creating automation as a language so you could edit it in a notepad, etc. But based on the sort of support queries we get, we thought that would be a step too far and require teaching people about logic, etc.
It's not impossible to create an 'elite' edition with this. I think it's beyond most ordinary users, but may require a higher level of support so that would need to be reflected in the price.
The programme set up is perfect for someone who doesn't know coding languages (Example me). And would also put off alot of people due to it being a very steep and long learning curve (Example me)Euler wrote: ↑Fri May 09, 2025 1:52 pmWe considered creating automation as a language so you could edit it in a notepad, etc. But based on the sort of support queries we get, we thought that would be a step too far and require teaching people about logic, etc.
It's not impossible to create an 'elite' edition with this. I think it's beyond most ordinary users, but may require a higher level of support so that would need to be reflected in the price.
It was more a case of a work space where if I have 30 Lay rules and want to apply an additional 1£ to them, then it takes up alot of time etc. If there was a place to copy paste the conditions and work on them in say excel it would be really fast.
However, its all still totally fine if theres nothing else. I was just curious if you guys who use BAF speed things up with a few tricks you know of