In Linux and UNIX environments there's a blurry line between programmer APIs, and aspects of the system which are accessed by system administrators, particularly around '/proc' and '/sys' filesystems. The answer to a programming question can well be 'parse proc'. But a question that says "What's the format of file suchandsuch in /proc?" is likely to be migrated from Stack Overflow to Unix and Linux. That creates a problem that a Linux developer has two places to look for answers. Wouldn't it be better to keep things that delve into '/proc' in a probably programmatic way on Stack Overflow?
Full disclosure: I'm writing this, because I did a double take when question Find out what device /dev/root represents in Linux? was migrated. It could come from a system administrator or a programmer, so it could legitimately live in either place: why not just leave it where it started?