what does it mean to make a process automatic (through programming)
Posted
by incrediman
on Stack Overflow
See other posts from Stack Overflow
or by incrediman
Published on 2010-05-29T19:38:20Z
Indexed on
2010/05/29
19:42 UTC
Read the original article
Hit count: 186
For example, if I currently have to resize image on my own with photoshop, but am developing a c++ app to do it for me, what am I doing to the process?
I realize that the process will be automated. What I'm looking for is this (fill in the blank):
It will be much faster after I've _ _ _ _ _ _d the process which is currently manual but which will be automatic after I'm done with it.
I tried autonomize, but it isn't a word :(
© Stack Overflow or respective owner