Actions
Action Item #631
openInit scripts should use $() syntax instead of back-ticks for grabbing output from a command.
Start date:
20 May 2018
Due date:
% Done:
0%
Estimated time:
Severity:
03 - Medium
Description
The $() subshell syntax is cleaner to use (it encompasses everything in it better than using ticks with quotes) and easier to read (it makes it easier to see that it's a command using editor features).
This is a long term migration away from back ticks to using subshell syntax.
Updated by Hammel over 1 year ago
- Target version changed from 1.0 - Atreides to 3.0 - Corrino
Actions