You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.
Back Reference block was not added to Orchestra (and causes problems: #19) because there needed to be a good design for it. Back-reference can be as simple as:
The problem here is: there is no guarantee of safety of the number. So one might suggest using options to remove the possibility of unsafe numbers:
However this is also a very bad practice as one can not determine the group numbers within a range:
Another problem here is the name groups, in the future we can support named captures as: (<name>something) and this can also be viewed as:
So clearly there is a need for a good idea towards implementing this
The text was updated successfully, but these errors were encountered:
Back Reference block was not added to Orchestra (and causes problems: #19) because there needed to be a good design for it. Back-reference can be as simple as:
![screen shot 2017-08-21 at 7 13 47 pm](https://user-images.githubusercontent.com/2157285/29524554-61121440-86a5-11e7-8c64-84c156869fff.png)
![screen shot 2017-08-21 at 7 14 37 pm](https://user-images.githubusercontent.com/2157285/29524629-9050d278-86a5-11e7-8825-b54a99a52604.png)
The problem here is: there is no guarantee of safety of the number. So one might suggest using options to remove the possibility of unsafe numbers:
However this is also a very bad practice as one can not determine the group numbers within a range:
Another problem here is the name groups, in the future we can support named captures as:
![screen shot 2017-08-21 at 7 15 22 pm](https://user-images.githubusercontent.com/2157285/29525027-aac55fe2-86a6-11e7-879c-d611734a6016.png)
(<name>something)
and this can also be viewed as:So clearly there is a need for a good idea towards implementing this
The text was updated successfully, but these errors were encountered: