What are some things that seem easy in programming software but are actually hard, and other things that seem hard but are easy?
4 years ago
Easy things
- Learning the language & syntax
- Learning the standard libraries
Hard things
- Patterns to get easy tasks done
- Making your code simple
- Testing
- Keeping your knowledge up-to-date
MORE LIKE THIS