WeSearch

Music and Code Ask the Same Thing of Me

·5 min read · 0 reactions · 0 comments · 12 views
#music#programming#softwaredevelopment
Music and Code Ask the Same Thing of Me
⚡ TL;DR · AI summary

The author explores the deep connection between music composition and software development. Both disciplines require a careful consideration of how individual parts relate to one another within a whole. The article emphasizes that true artistry in both music and code comes from finding the right place and purpose for each element.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1115191) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Viktor Lázár Posted on May 17 Music and Code Ask the Same Thing of Me #devjournal #discuss #programming #softwaredevelopment I have had this feeling for a long time: music, and especially composition, is much closer to software development than we usually admit. The obvious explanation is mathematics. That part is true, of course, but it is also the easiest place to stop: music has numbers behind it, code has numbers behind it, so the two must be related.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)