1
vote
4answers
79 views

The ( changed ) meaning or classification of words in programming [closed]

I am facing a bit of a dilemma / problem . I am an amateur programmer ( profile ) , and in programming languages some terms are accepted , known to everyone and frequently used everywhere . My doubt ...
1
vote
4answers
1k views

What's an antonym to “legacy”?

I am struggling to find out what the best and shortest way is to describe the opposite of a legacy system (especially in software architecture, where legacy means the system used previously). I need ...
3
votes
2answers
87 views

Is there a specific term for “conditions treated as though there are OR operators between them”?

I'm writing a program that generates playlists from a large pool of mp3 files. The program can keep track of total playing time, number of tracks and total size of the files, and can be given upper ...