Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 17 submissions in the queue.
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 1, Interesting) by Anonymous Coward on Wednesday March 30 2022, @03:28PM

    by Anonymous Coward on Wednesday March 30 2022, @03:28PM (#1233522)

    if you have a macro for repetitive tasks, you're doing it wrong.
    repetitive tasks are solved with clearly defined code that you write once and run many times --- because there are clearly defined ways to verify and improve it.
    "macros in an editor" means that whatever you do with your macro cannot be properly accounted for by others who inherit your work.

    in other words: if you need to write a macro, it means the text file you're editing is not a text file, it's data. and you should treat it as such.

    Starting Score:    0  points
    Moderation   +1  
       Interesting=1, Total=1
    Extra 'Interesting' Modifier   0  

    Total Score:   1